Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListReportsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListReportsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb
Overview
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::Apis::CloudchannelV1::GoogleCloudChannelV1Report>
The reports available to the partner.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1ListReportsResponse
constructor
A new instance of GoogleCloudChannelV1ListReportsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1ListReportsResponse
Returns a new instance of GoogleCloudChannelV1ListReportsResponse.
1695 1696 1697 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1695 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Pass this token to FetchReportResultsRequest.page_token to retrieve the next
page of results.
Corresponds to the JSON property nextPageToken
1688 1689 1690 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1688 def next_page_token @next_page_token end |
#reports ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Report>
The reports available to the partner.
Corresponds to the JSON property reports
1693 1694 1695 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1693 def reports @reports end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1700 1701 1702 1703 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1700 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @reports = args[:reports] if args.key?(:reports) end |