View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroupAsset (google_api_search_ads360 v0.5.0)

AssetGroupAsset is the link between an asset and an asset group. Adding an AssetGroupAsset links an asset with an asset group.

Attributes

  • asset (type: String.t, default: nil) - Immutable. The asset which this asset group asset is linking.
  • assetGroup (type: String.t, default: nil) - Immutable. The asset group which this asset group asset is linking.
  • fieldType (type: String.t, default: nil) - The description of the placement of the asset within the asset group. For example: HEADLINE, YOUTUBE_VIDEO etc
  • resourceName (type: String.t, default: nil) - Immutable. The resource name of the asset group asset. Asset group asset resource name have the form: customers/{customer_id}/assetGroupAssets/{asset_group_id}~{asset_id}~{field_type}
  • status (type: String.t, default: nil) - The status of the link between an asset and asset group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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