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

Custom attribute of a product offer.

Attributes

  • index (type: String.t, default: nil) - Indicates the index of the custom attribute.
  • value (type: String.t, default: nil) - String value of the product custom attribute.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCustomAttribute{
    index: String.t() | nil,
    value: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.