View Source GoogleApi.DoubleClickBidManager.V2.Model.Query (google_api_double_click_bid_manager v0.25.1)
A single query used to generate a report.
Attributes
-
metadata
(type:GoogleApi.DoubleClickBidManager.V2.Model.QueryMetadata.t
, default:nil
) - The metadata of the query. -
params
(type:GoogleApi.DoubleClickBidManager.V2.Model.Parameters.t
, default:nil
) - The parameters of the report generated by the query. -
queryId
(type:String.t
, default:nil
) - Output only. The unique ID of the query. -
schedule
(type:GoogleApi.DoubleClickBidManager.V2.Model.QuerySchedule.t
, default:nil
) - When and how often the query is scheduled to run. If the frequency field is set toONE_TIME
, the query will only run when queries.run is called.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.Query{ metadata: GoogleApi.DoubleClickBidManager.V2.Model.QueryMetadata.t() | nil, params: GoogleApi.DoubleClickBidManager.V2.Model.Parameters.t() | nil, queryId: String.t() | nil, schedule: GoogleApi.DoubleClickBidManager.V2.Model.QuerySchedule.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.