Class: VersSdk::CreateNewRootVmParams
- Inherits:
-
Object
- Object
- VersSdk::CreateNewRootVmParams
- Defined in:
- lib/vers_sdk/models.rb
Overview
Query parameters for CreateNewRootVmParams
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
2157 2158 2159 2160 2161 |
# File 'lib/vers_sdk/models.rb', line 2157 def to_h h = {} h["wait_boot"] = @wait_boot unless @wait_boot.nil? h end |