Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse

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

Overview

Response message for BeyondCorp.CancelSubscription

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse

Returns a new instance of GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse.



2335
2336
2337
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2335

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

Instance Attribute Details

#effective_cancellation_timeString

Time when the cancellation will become effective Corresponds to the JSON property effectiveCancellationTime

Returns:

  • (String)


2333
2334
2335
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2333

def effective_cancellation_time
  @effective_cancellation_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2340
2341
2342
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2340

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