google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V34.Model.AccountPermission View Source

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

Attributes

  • accountProfiles (type: list(String.t), default: nil) - Account profiles associated with this account permission.

    Possible values are:

    • "ACCOUNT_PROFILE_BASIC"
    • "ACCOUNT_PROFILE_STANDARD"
  • id (type: String.t, default: nil) - ID of this account permission.

  • kind (type: String.t, default: dfareporting#accountPermission) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermission".

  • level (type: String.t, default: nil) - Administrative level required to enable this account permission.

  • name (type: String.t, default: nil) - Name of this account permission.

  • permissionGroupId (type: String.t, default: nil) - Permission group of this account permission.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.AccountPermission{
  accountProfiles: [String.t()],
  id: String.t(),
  kind: String.t(),
  level: String.t(),
  name: String.t(),
  permissionGroupId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.