View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AdGroupCriterionLabel (google_api_search_ads360 v0.3.0)

A relationship between an ad group criterion and a label.

Attributes

  • adGroupCriterion (type: String.t, default: nil) - Immutable. The ad group criterion to which the label is attached.
  • label (type: String.t, default: nil) - Immutable. The label assigned to the ad group criterion.
  • resourceName (type: String.t, default: nil) - Immutable. The resource name of the ad group criterion label. Ad group criterion label resource names have the form: customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AdGroupCriterionLabel{
    adGroupCriterion: String.t() | nil,
    label: String.t() | nil,
    resourceName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.