View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_CustomerAsset (google_api_search_ads360 v0.7.0)

A link between a customer and an asset.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_CustomerAsset{
    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.