Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListReportsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1ListReportsResponse

Returns a new instance of GoogleCloudChannelV1ListReportsResponse.



1450
1451
1452
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1450

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1443
1444
1445
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1443

def next_page_token
  @next_page_token
end

#reportsArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Report>

The reports available to the partner. Corresponds to the JSON property reports



1448
1449
1450
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1448

def reports
  @reports
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1455
1456
1457
1458
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1455

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @reports = args[:reports] if args.key?(:reports)
end