Struct google_storage1::ObjectOwner [] [src]

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

The owner of the object. This will always be the uploader of the object.

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 user-userId.

Trait Implementations

impl Debug for ObjectOwner
[src]

Formats the value using the given formatter.

impl Clone for ObjectOwner
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ObjectOwner
[src]

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

impl NestedType for ObjectOwner
[src]

impl Part for ObjectOwner
[src]