View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListReportsResponse (google_api_cloud_channel v0.11.0)
Response message for CloudChannelReportsService.ListReports.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results. -
reports
(type:list(GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Report.t)
, default:nil
) - The reports available to the partner.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListReportsResponse{ nextPageToken: String.t() | nil, reports: [GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Report.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.