Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListEntitlementChangesResponse

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 CloudChannelService.ListEntitlementChanges

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1ListEntitlementChangesResponse

Returns a new instance of GoogleCloudChannelV1ListEntitlementChangesResponse.



1583
1584
1585
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1583

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

Instance Attribute Details

#entitlement_changesArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1EntitlementChange>

The list of entitlement changes. Corresponds to the JSON property entitlementChanges



1576
1577
1578
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1576

def entitlement_changes
  @entitlement_changes
end

#next_page_tokenString

A token to list the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1581
1582
1583
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1581

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1588
1589
1590
1591
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1588

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