Class: Google::Apis::BackupdrV1::EndTrialRequest

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

Overview

Request message for ending a trial.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EndTrialRequest

Returns a new instance of EndTrialRequest.



3338
3339
3340
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3338

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

Instance Attribute Details

#end_reasonString

Required. The reason for ending the trial. Corresponds to the JSON property endReason

Returns:

  • (String)


3336
3337
3338
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3336

def end_reason
  @end_reason
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3343
3344
3345
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3343

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