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