google_api_double_click_bid_manager v0.17.0 GoogleApi.DoubleClickBidManager.V11.Model.RunQueryRequest View Source

Request to run a stored query to generate a report.

Attributes

  • dataRange (type: String.t, default: nil) - Report data range used to generate the report.
  • reportDataEndTimeMs (type: String.t, default: nil) - The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.
  • reportDataStartTimeMs (type: String.t, default: nil) - The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.
  • timezoneCode (type: String.t, default: nil) - Canonical timezone code for report data time. Defaults to America/New_York.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DoubleClickBidManager.V11.Model.RunQueryRequest{
  dataRange: String.t(),
  reportDataEndTimeMs: String.t(),
  reportDataStartTimeMs: String.t(),
  timezoneCode: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.