Struct google_cloudresourcemanager1::Organization [] [src]

pub struct Organization {
    pub owner: Option<OrganizationOwner>,
    pub display_name: Option<String>,
    pub creation_time: Option<String>,
    pub lifecycle_state: Option<String>,
    pub name: Option<String>,
}

The root node in the resource hierarchy to which a particular entity's (e.g., company) resources belong.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The owner of this Organization. The owner should be specified on creation. Once set, it cannot be changed. This field is required.

A friendly string to be used to refer to the Organization in the UI. Assigned by the server, set to the firm name of the Google For Work customer that owns this organization. @OutputOnly

Timestamp when the Organization was created. Assigned by the server. @OutputOnly

The organization's current lifecycle state. Assigned by the server. @OutputOnly

Output Only. The resource name of the organization. This is the organization's relative path in the API. Its format is "organizations/[organization_id]". For example, "organizations/1234".

Trait Implementations

impl Debug for Organization
[src]

Formats the value using the given formatter.

impl Clone for Organization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Organization
[src]

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

impl Resource for Organization
[src]

impl ResponseResult for Organization
[src]