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.



1610
1611
1612
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1610

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



1603
1604
1605
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1603

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)


1608
1609
1610
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1608

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1615
1616
1617
1618
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1615

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