Struct google_storage1::BucketAccessControlProjectTeam [] [src]

pub struct BucketAccessControlProjectTeam {
    pub project_number: Option<String>,
    pub team: Option<String>,
}

The project team associated with the entity, if any.

This type is not used in any activity, and only used as part of another schema.

Fields

The project number.

The team.

Trait Implementations

impl Default for BucketAccessControlProjectTeam
[src]

Returns the "default value" for a type. Read more

impl Clone for BucketAccessControlProjectTeam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketAccessControlProjectTeam
[src]

Formats the value using the given formatter.

impl NestedType for BucketAccessControlProjectTeam
[src]

impl Part for BucketAccessControlProjectTeam
[src]