Struct google_dfareporting2d7::Subaccount [] [src]

pub struct Subaccount {
    pub kind: Option<String>,
    pub account_id: Option<String>,
    pub available_permission_ids: Option<Vec<String>>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Contains properties of a DCM subaccount.

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

Identifies what kind of resource this is. Value: the fixed string "dfareporting#subaccount".

ID of the account that contains this subaccount. This is a read-only field that can be left blank.

IDs of the available user role permissions for this subaccount.

ID of this subaccount. This is a read-only, auto-generated field.

Name of this subaccount. This is a required field. Must be less than 128 characters long and be unique among subaccounts of the same account.

Trait Implementations

impl Default for Subaccount
[src]

[src]

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

impl Clone for Subaccount
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Subaccount
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Subaccount
[src]

impl Resource for Subaccount
[src]

impl ResponseResult for Subaccount
[src]