View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_TextLabel (google_api_search_ads360 v0.8.0)

A type of label displaying text on a colored background.

Attributes

  • backgroundColor (type: String.t, default: nil) - Background color of the label in HEX format. This string must match the regular expression '^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'. Note: The background color may not be visible for manager accounts.
  • description (type: String.t, default: nil) - A short description of the label. The length must be no more than 200 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_TextLabel{
  backgroundColor: String.t() | nil,
  description: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.