GoogleApi.DFAReporting.V33.Model.CompanionClickThroughOverride (google_api_dfa_reporting v0.31.0)

View Source

Companion Click-through override.

Attributes

  • clickThroughUrl (type: GoogleApi.DFAReporting.V33.Model.ClickThroughUrl.t, default: nil) - Click-through URL of this companion click-through override.
  • creativeId (type: String.t, default: nil) - ID of the creative for this companion click-through override.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.CompanionClickThroughOverride{
  clickThroughUrl: GoogleApi.DFAReporting.V33.Model.ClickThroughUrl.t() | nil,
  creativeId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.