Struct google_storage1::ObjectAccessControlProjectTeam [] [src]

pub struct ObjectAccessControlProjectTeam {
    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 Debug for ObjectAccessControlProjectTeam
[src]

Formats the value using the given formatter.

impl Clone for ObjectAccessControlProjectTeam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ObjectAccessControlProjectTeam
[src]

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

impl NestedType for ObjectAccessControlProjectTeam
[src]

impl Part for ObjectAccessControlProjectTeam
[src]