Struct google_storage1::BucketOwner [] [src]

pub struct BucketOwner {
    pub entity_id: Option<String>,
    pub entity: Option<String>,
}

The owner of the bucket. This is always the project team's owner group.

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

Fields

The ID for the entity.

The entity, in the form project-owner-projectId.

Trait Implementations

impl Debug for BucketOwner
[src]

Formats the value using the given formatter.

impl Clone for BucketOwner
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BucketOwner
[src]

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

impl NestedType for BucketOwner
[src]

impl Part for BucketOwner
[src]