View Source GoogleApi.DoubleClickBidManager.V2.Model.RunQueryRequest (google_api_double_click_bid_manager v0.25.1)

Details specifying how to run a query.

Attributes

  • dataRange (type: GoogleApi.DoubleClickBidManager.V2.Model.DataRange.t, default: nil) - The date range used by the query to generate the report. If unspecified, the query's original data_range is used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.RunQueryRequest{
  dataRange: GoogleApi.DoubleClickBidManager.V2.Model.DataRange.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.