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

Message for custom column header.

Attributes

  • id (type: String.t, default: nil) - The custom column ID.
  • name (type: String.t, default: nil) - The user defined name of the custom column.
  • referencesMetrics (type: boolean(), default: nil) - True when the custom column references metrics.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.