GoogleApi.AdSense.V2.Model.ListSavedReportsResponse (google_api_ad_sense v0.18.0)
View SourceResponse definition for the saved reports list rpc.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Continuation token used to page through reports. To retrieve the next page of the results, set the next request's "page_token" value to this. -
savedReports
(type:list(GoogleApi.AdSense.V2.Model.SavedReport.t)
, default:nil
) - The reports returned in this list response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSense.V2.Model.ListSavedReportsResponse{ nextPageToken: String.t() | nil, savedReports: [GoogleApi.AdSense.V2.Model.SavedReport.t()] | nil }