Class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/paymentsresellersubscription_v1/classes.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb

Overview

Response containing the found promotions for the current user.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse

Returns a new instance of GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse.



364
365
366
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 364

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

Instance Attribute Details

#next_page_tokenString

A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


357
358
359
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 357

def next_page_token
  @next_page_token
end

#promotionsArray<Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Promotion>

The promotions for the current user. Corresponds to the JSON property promotions



362
363
364
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 362

def promotions
  @promotions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



369
370
371
372
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 369

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