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

Contains the usage information of the asset.

Attributes

  • asset (type: String.t, default: nil) - Resource name of the asset.
  • servedAssetFieldType (type: String.t, default: nil) - The served field type of the asset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_AssetUsage{
    asset: String.t() | nil,
    servedAssetFieldType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.