View Source GoogleApi.CSS.V1.Model.Account (google_api_css v0.4.0)

Information about CSS/MC account.

Attributes

  • accountType (type: String.t, default: nil) - Output only. The type of this account.
  • automaticLabelIds (type: list(String.t), default: nil) - Automatically created label IDs assigned to the MC account by CSS Center.
  • displayName (type: String.t, default: nil) - The CSS/MC account's short display name.
  • fullName (type: String.t, default: nil) - Output only. Immutable. The CSS/MC account's full name.
  • homepageUri (type: String.t, default: nil) - Output only. Immutable. The CSS/MC account's homepage.
  • labelIds (type: list(String.t), default: nil) - Manually created label IDs assigned to the CSS/MC account by a CSS parent account.
  • name (type: String.t, default: nil) - The label resource name. Format: accounts/{account}
  • parent (type: String.t, default: nil) - The CSS/MC account's parent resource. CSS group for CSS domains; CSS domain for MC accounts. Returned only if the user has access to the parent account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CSS.V1.Model.Account{
  accountType: String.t() | nil,
  automaticLabelIds: [String.t()] | nil,
  displayName: String.t() | nil,
  fullName: String.t() | nil,
  homepageUri: String.t() | nil,
  labelIds: [String.t()] | nil,
  name: String.t() | nil,
  parent: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.