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

An asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set.

Attributes

  • id (type: String.t, default: nil) - Output only. The ID of the asset set.
  • resourceName (type: String.t, default: nil) - Immutable. The resource name of the asset set. Asset set resource names have the form: customers/{customer_id}/assetSets/{asset_set_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetSet{
    id: String.t() | nil,
    resourceName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.