Struct google_dfareporting3d2::AccountPermission[][src]

pub struct AccountPermission {
    pub permission_group_id: Option<String>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub level: Option<String>,
    pub account_profiles: Option<Vec<String>>,
    pub id: Option<String>,
}

AccountPermissions contains information about a particular account permission. Some features of Campaign Manager require an account permission to be present in the account.

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

Permission group of this account permission.

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

Name of this account permission.

Administrative level required to enable this account permission.

Account profiles associated with this account permission.

Possible values are:

  • "ACCOUNT_PROFILE_BASIC"
  • "ACCOUNT_PROFILE_STANDARD"

ID of this account permission.

Trait Implementations

impl Default for AccountPermission
[src]

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

impl Clone for AccountPermission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountPermission
[src]

Formats the value using the given formatter. Read more

impl Resource for AccountPermission
[src]

impl ResponseResult for AccountPermission
[src]

Auto Trait Implementations