GoogleApi.DFAReporting.V4.Model.AccountPermission (google_api_dfa_reporting v0.31.0)

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: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.AccountPermission{
  accountProfiles: [String.t()] | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  level: String.t() | nil,
  name: String.t() | nil,
  permissionGroupId: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.