View Source GoogleApi.DoubleClickBidManager.V11.Model.ListQueriesResponse (google_api_double_click_bid_manager v0.25.0)

List queries response.

Attributes

  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#listQueriesResponse".
  • nextPageToken (type: String.t, default: nil) - Next page's pagination token if one exists.
  • queries (type: list(GoogleApi.DoubleClickBidManager.V11.Model.Query.t), default: nil) - Retrieved queries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickBidManager.V11.Model.ListQueriesResponse{
  kind: String.t() | nil,
  nextPageToken: String.t() | nil,
  queries: [GoogleApi.DoubleClickBidManager.V11.Model.Query.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.