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

CustomerAssetSet is the linkage between a customer and an asset set. Adding a CustomerAssetSet links an asset set with a customer.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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