View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AdGroupAssetSet (google_api_search_ads360 v0.2.0)

AdGroupAssetSet is the linkage between an ad group and an asset set. Creating an AdGroupAssetSet links an asset set with an ad group.

Attributes

  • adGroup (type: String.t, default: nil) - Immutable. The ad group to which this asset set is linked.
  • assetSet (type: String.t, default: nil) - Immutable. The asset set which is linked to the ad group.
  • resourceName (type: String.t, default: nil) - Immutable. The resource name of the ad group asset set. Ad group asset set resource names have the form: customers/{customer_id}/adGroupAssetSets/{ad_group_id}~{asset_set_id}
  • status (type: String.t, default: nil) - Output only. The status of the ad group asset set. Read-only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AdGroupAssetSet{
    adGroup: String.t() | nil,
    assetSet: String.t() | nil,
    resourceName: String.t() | nil,
    status: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.