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

A link between an ad group and an asset.

Attributes

  • adGroup (type: String.t, default: nil) - Required. Immutable. The ad group to which the asset is linked.
  • asset (type: String.t, default: nil) - Required. Immutable. The asset which is linked to the ad group.
  • resourceName (type: String.t, default: nil) - Immutable. The resource name of the ad group asset. AdGroupAsset resource names have the form: customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}
  • status (type: String.t, default: nil) - Status of the ad group asset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AdGroupAsset{
    adGroup: String.t() | nil,
    asset: 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.