Class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse
- Inherits:
-
Object
- Object
- Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse
- 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) ⇒ GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse
constructor
A new instance of GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse
Returns a new instance of GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse.
89 90 91 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 89 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
87 88 89 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 87 def subscription @subscription end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
94 95 96 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 94 def update!(**args) @subscription = args[:subscription] if args.key?(:subscription) end |