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.



2722
2723
2724
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2722

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)


2720
2721
2722
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2720

def effective_cancellation_time
  @effective_cancellation_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2727
2728
2729
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2727

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