google_api_double_click_bid_manager v0.1.0 GoogleApi.DoubleClickBidManager.V1.Model.RunQueryRequest View Source

Request to run a stored query to generate a report.

Attributes

  • dataRange (String.t): Report data range used to generate the report. Defaults to: null.

    • Enum - one of [ALL_TIME, CURRENT_DAY, CUSTOM_DATES, LAST_14_DAYS, LAST_30_DAYS, LAST_365_DAYS, LAST_7_DAYS, LAST_90_DAYS, MONTH_TO_DATE, PREVIOUS_DAY, PREVIOUS_HALF_MONTH, PREVIOUS_MONTH, PREVIOUS_QUARTER, PREVIOUS_WEEK, PREVIOUS_YEAR, QUARTER_TO_DATE, TYPE_NOT_SUPPORTED, WEEK_TO_DATE, YEAR_TO_DATE]
  • reportDataEndTimeMs (String.t): The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise. Defaults to: null.
  • reportDataStartTimeMs (String.t): The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise. Defaults to: null.
  • timezoneCode (String.t): Canonical timezone code for report data time. Defaults to America/New_York. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.DoubleClickBidManager.V1.Model.RunQueryRequest{
  dataRange: any(),
  reportDataEndTimeMs: any(),
  reportDataStartTimeMs: any(),
  timezoneCode: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.