Class: Google::Apis::ComputeAlpha::DisksConvertRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::DisksConvertRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#params ⇒ Google::Apis::ComputeAlpha::DiskConvertParams
Corresponds to the JSON property
params.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisksConvertRequest
constructor
A new instance of DisksConvertRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisksConvertRequest
Returns a new instance of DisksConvertRequest.
12942 12943 12944 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 12942 def initialize(**args) update!(**args) end |
Instance Attribute Details
#params ⇒ Google::Apis::ComputeAlpha::DiskConvertParams
Corresponds to the JSON property params
12940 12941 12942 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 12940 def params @params end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12947 12948 12949 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 12947 def update!(**args) @params = args[:params] if args.key?(:params) end |