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
1491 1492 1493 1494 1495 |
# File 'lib/vers_sdk/models.rb', line 1491 def to_h h = {} h["wait_boot"] = @wait_boot unless @wait_boot.nil? h end |