View Source GoogleApi.DoubleClickBidManager.V2.Model.ListReportsResponse (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.reports.listmethod to retrieve the next page of results. -
reports(type:list(GoogleApi.DoubleClickBidManager.V2.Model.Report.t), default:nil) - The list of reports. 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.ListReportsResponse{ nextPageToken: String.t() | nil, reports: [GoogleApi.DoubleClickBidManager.V2.Model.Report.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.