Class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse
- Inherits:
-
Object
- Object
- Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse
- 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
Instance Attribute Summary collapse
-
#subscription ⇒ Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Subscription
A Subscription resource managed by 3P Partners.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse
constructor
A new instance of GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse
Returns a new instance of GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse.
147 148 149 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 147 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subscription ⇒ Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Subscription
A Subscription resource managed by 3P Partners.
Corresponds to the JSON property subscription
145 146 147 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 145 def subscription @subscription end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
152 153 154 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 152 def update!(**args) @subscription = args[:subscription] if args.key?(:subscription) end |