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

Represents a relationship between a campaign and an effective label. An effective label is a label inherited or directly assigned to this campaign.

Attributes

  • campaign (type: String.t, default: nil) - Immutable. The campaign to which the effective label is attached.
  • label (type: String.t, default: nil) - Immutable. The effective label assigned to the campaign.
  • ownerCustomerId (type: String.t, default: nil) - Output only. The ID of the Customer which owns the effective label.
  • resourceName (type: String.t, default: nil) - Immutable. Name of the resource. CampaignEffectivelabel resource names have the form: customers/{customer_id}/campaignEffectiveLabels/{campaign_id}~{label_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.