google_api_double_click_bid_manager v0.8.0 GoogleApi.DoubleClickBidManager.V1.Model.Query View Source
Represents a query.
Attributes
kind
(type:String.t
, default:doubleclickbidmanager#query
) - Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#query".metadata
(type:GoogleApi.DoubleClickBidManager.V1.Model.QueryMetadata.t
, default:nil
) - Query metadata.params
(type:GoogleApi.DoubleClickBidManager.V1.Model.Parameters.t
, default:nil
) - Query parameters.queryId
(type:String.t
, default:nil
) - Query ID.reportDataEndTimeMs
(type:String.t
, default:nil
) - The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if metadata.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 metadata.dataRange is CUSTOM_DATES and ignored otherwise.schedule
(type:GoogleApi.DoubleClickBidManager.V1.Model.QuerySchedule.t
, default:nil
) - Information on how often and when to run a query.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
Link to this type
t()
View Sourcet() :: %GoogleApi.DoubleClickBidManager.V1.Model.Query{ kind: String.t(), metadata: GoogleApi.DoubleClickBidManager.V1.Model.QueryMetadata.t(), params: GoogleApi.DoubleClickBidManager.V1.Model.Parameters.t(), queryId: String.t(), reportDataEndTimeMs: String.t(), reportDataStartTimeMs: String.t(), schedule: GoogleApi.DoubleClickBidManager.V1.Model.QuerySchedule.t(), timezoneCode: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.