google_api_double_click_bid_manager v0.1.0 GoogleApi.DoubleClickBidManager.V1.Model.Query View Source
Represents a query.
Attributes
- kind (String.t): Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#query". Defaults to:
null
. - metadata (QueryMetadata): Query metadata. Defaults to:
null
. - params (Parameters): Query parameters. Defaults to:
null
. - queryId (String.t): Query ID. Defaults to:
null
. - reportDataEndTimeMs (String.t): 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. Defaults to:
null
. - reportDataStartTimeMs (String.t): 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. Defaults to:
null
. - schedule (QuerySchedule): Information on how often and when to run a query. 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.Query{ kind: any(), metadata: GoogleApi.DoubleClickBidManager.V1.Model.QueryMetadata.t(), params: GoogleApi.DoubleClickBidManager.V1.Model.Parameters.t(), queryId: any(), reportDataEndTimeMs: any(), reportDataStartTimeMs: any(), schedule: GoogleApi.DoubleClickBidManager.V1.Model.QuerySchedule.t(), timezoneCode: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.