View Source GoogleApi.DoubleClickBidManager.V2.Model.Query (google_api_double_click_bid_manager v0.23.0)

Represents a query.

Attributes

  • metadata (type: GoogleApi.DoubleClickBidManager.V2.Model.QueryMetadata.t, default: nil) - Query metadata.
  • params (type: GoogleApi.DoubleClickBidManager.V2.Model.Parameters.t, default: nil) - Query parameters.
  • queryId (type: String.t, default: nil) - Output only. Query ID.
  • schedule (type: GoogleApi.DoubleClickBidManager.V2.Model.QuerySchedule.t, default: nil) - Information on how often and when to run a query. If ONE_TIME is set to the frequency field, the query will only be run at the time of creation.

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

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

Unwrap a decoded JSON object into its complex fields.