Class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload
- Inherits:
-
Object
- Object
- Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload
- 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
Payload specific to Youtube products.
Instance Attribute Summary collapse
-
#partner_eligibility_ids ⇒ Array<String>
The list of eligibility_ids which are applicable for the line item.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload
constructor
A new instance of GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload
Returns a new instance of GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload.
1054 1055 1056 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1054 def initialize(**args) update!(**args) end |
Instance Attribute Details
#partner_eligibility_ids ⇒ Array<String>
The list of eligibility_ids which are applicable for the line item.
Corresponds to the JSON property partnerEligibilityIds
1052 1053 1054 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1052 def partner_eligibility_ids @partner_eligibility_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1059 1060 1061 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1059 def update!(**args) @partner_eligibility_ids = args[:partner_eligibility_ids] if args.key?(:partner_eligibility_ids) end |