View Source GoogleApi.DoubleClickBidManager.V2.Model.ListQueriesResponse (google_api_double_click_bid_manager v0.25.1)
Attributes
-
nextPageToken(type:String.t, default:nil) - A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call toqueries.listmethod to retrieve the next page of results. -
queries(type:list(GoogleApi.DoubleClickBidManager.V2.Model.Query.t), default:nil) - The list of queries. This field will be absent if empty.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.ListQueriesResponse{ nextPageToken: String.t() | nil, queries: [GoogleApi.DoubleClickBidManager.V2.Model.Query.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.