View Source GoogleApi.Content.V21.Model.AccountLabel (google_api_content v0.67.1)

Label assigned by CSS domain or CSS group to one of its sub-accounts.

Attributes

  • accountId (type: String.t, default: nil) - Immutable. The ID of account this label belongs to.
  • description (type: String.t, default: nil) - The description of this label.
  • labelId (type: String.t, default: nil) - Output only. The ID of the label.
  • labelType (type: String.t, default: nil) - Output only. The type of this label.
  • name (type: String.t, default: nil) - The display name of this label.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountLabel{
  accountId: String.t() | nil,
  description: String.t() | nil,
  labelId: String.t() | nil,
  labelType: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.