Struct google_cloudresourcemanager1_beta1::Organization [] [src]

pub struct Organization {
    pub owner: Option<OrganizationOwner>,
    pub display_name: Option<String>,
    pub name: Option<String>,
    pub organization_id: Option<String>,
    pub creation_time: Option<String>,
    pub lifecycle_state: 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. This field is required.

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".

An immutable id for the Organization that is assigned on creation. This should be omitted when creating a new Organization. This field is read-only. This field is deprecated and will be removed in v1. Use name instead.

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

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

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 RequestValue for Organization
[src]

impl Resource for Organization
[src]

impl ResponseResult for Organization
[src]