View Source GoogleApi.CSS.V1.Model.UpdateAccountLabelsRequest (google_api_css v0.3.0)

The request message for the UpdateLabels method.

Attributes

  • labelIds (type: list(String.t), default: nil) - The list of label IDs to overwrite the existing account label IDs. If the list is empty, all currently assigned label IDs will be deleted.
  • parent (type: String.t, default: nil) - Optional. Only required when updating MC account labels. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CSS.V1.Model.UpdateAccountLabelsRequest{
  labelIds: [String.t()] | nil,
  parent: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.