View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Label (google_api_search_ads360 v0.3.0)
A label.
Attributes
-
id
(type:String.t
, default:nil
) - Output only. ID of the label. Read only. -
name
(type:String.t
, default:nil
) - The name of the label. This field is required and should not be empty when creating a new label. The length of this string should be between 1 and 80, inclusive. -
resourceName
(type:String.t
, default:nil
) - Immutable. Name of the resource. Label resource names have the form:customers/{customer_id}/labels/{label_id}
-
status
(type:String.t
, default:nil
) - Output only. Status of the label. Read only. -
textLabel
(type:GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_TextLabel.t
, default:nil
) - A type of label displaying text on a colored background.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Label{ id: String.t() | nil, name: String.t() | nil, resourceName: String.t() | nil, status: String.t() | nil, textLabel: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_TextLabel.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.