View Source GoogleApi.DoubleClickBidManager.V2.Model.ListReportsResponse (google_api_double_click_bid_manager v0.23.0)
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent as page_token to retrieve the next page of reports. If this field is omitted, there are no subsequent pages. -
reports
(type:list(GoogleApi.DoubleClickBidManager.V2.Model.Report.t)
, default:nil
) - Retrieved reports.
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.