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
project_number: Option<String>
The project number.
team: Option<String>
The team.
Trait Implementations
impl Default for ObjectAccessControlProjectTeam[src]
fn default() -> ObjectAccessControlProjectTeam[src]
Returns the "default value" for a type. Read more
impl Clone for ObjectAccessControlProjectTeam[src]
fn clone(&self) -> ObjectAccessControlProjectTeam[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more