Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListPurchasableOffersResponse

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 ListPurchasableOffers.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1ListPurchasableOffersResponse

Returns a new instance of GoogleCloudChannelV1ListPurchasableOffersResponse.



1040
1041
1042
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1040

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

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)


1033
1034
1035
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1033

def next_page_token
  @next_page_token
end

#purchasable_offersArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableOffer>

The list of Offers requested. Corresponds to the JSON property purchasableOffers



1038
1039
1040
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1038

def purchasable_offers
  @purchasable_offers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1045
1046
1047
1048
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1045

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