View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_ConversionCustomDimensionHeader (google_api_search_ads360 v0.4.0)

Message for conversion custom dimension header.

Attributes

  • id (type: String.t, default: nil) - The conversion custom dimension ID.
  • name (type: String.t, default: nil) - The user defined name of the conversion custom dimension.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.