View Source GoogleApi.DoubleClickBidManager.V2.Model.Parameters (google_api_double_click_bid_manager v0.24.0)

Parameters of a query or report.

Attributes

  • filters (type: list(GoogleApi.DoubleClickBidManager.V2.Model.FilterPair.t), default: nil) - Filters used to match traffic data in your report.
  • groupBys (type: list(String.t), default: nil) - Data is grouped by the filters listed in this field.
  • metrics (type: list(String.t), default: nil) - Metrics to include as columns in your report.
  • options (type: GoogleApi.DoubleClickBidManager.V2.Model.Options.t, default: nil) - Additional query options.
  • type (type: String.t, default: nil) - The type of the report. The type of the report will dictate what dimesions, filters, and metrics can be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.Parameters{
  filters: [GoogleApi.DoubleClickBidManager.V2.Model.FilterPair.t()] | nil,
  groupBys: [String.t()] | nil,
  metrics: [String.t()] | nil,
  options: GoogleApi.DoubleClickBidManager.V2.Model.Options.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.