Struct google_cloudresourcemanager1_beta1::OrganizationOwner [] [src]

pub struct OrganizationOwner {
    pub directory_customer_id: Option<String>,
}

The entity that owns an Organization. The lifetime of the Organization and all of its descendants are bound to the OrganizationOwner. If the OrganizationOwner is deleted, the Organization and all its descendants will be deleted.

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

Fields

The Google for Work customer id used in the Directory API.

Trait Implementations

impl Default for OrganizationOwner
[src]

[src]

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

impl Clone for OrganizationOwner
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OrganizationOwner
[src]

[src]

Formats the value using the given formatter.

impl Part for OrganizationOwner
[src]