GoogleApi.DFAReporting.V4.Model.TvCampaignDetail (google_api_dfa_reporting v0.31.0)

View Source

TvCampaignDetail contains data from a TV campaign for specific start dates and date windows.

Attributes

  • id (type: String.t, default: nil) - ID of this TV campaign.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummary".
  • timepoints (type: list(GoogleApi.DFAReporting.V4.Model.TvCampaignTimepoint.t), default: nil) - The timepoints of the TV campaign.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.TvCampaignDetail{
  id: String.t() | nil,
  kind: String.t() | nil,
  timepoints: [GoogleApi.DFAReporting.V4.Model.TvCampaignTimepoint.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.