Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListReportsResponse.
Response message for CloudChannelReportsService.ListReports.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
Returns
- (::String) — Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
#reports
def reports() -> ::Array<::Google::Cloud::Channel::V1::Report>
Returns
- (::Array<::Google::Cloud::Channel::V1::Report>) — The reports available to the partner.
#reports=
def reports=(value) -> ::Array<::Google::Cloud::Channel::V1::Report>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::Report>) — The reports available to the partner.
Returns
- (::Array<::Google::Cloud::Channel::V1::Report>) — The reports available to the partner.