Class: Google::Cloud::Channel::V1::ListReportsResponse Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListReportsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Response message for CloudChannelReportsService.ListReports.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
-
#reports ⇒ ::Array<::Google::Cloud::Channel::V1::Report>
The reports available to the partner.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
176 177 178 179 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 176 class ListReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reports ⇒ ::Array<::Google::Cloud::Channel::V1::Report>
Returns The reports available to the partner.
176 177 178 179 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 176 class ListReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |