Class: Google::Cloud::Channel::V1::ListReportsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/reports_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.

Returns:



170
171
172
173
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 170

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.

Returns:



170
171
172
173
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 170

class ListReportsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end