Class: VersSdk::BranchByVmParams
- Inherits:
-
Object
- Object
- VersSdk::BranchByVmParams
- Defined in:
- lib/vers_sdk/models.rb
Overview
Query parameters for BranchByVmParams
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/vers_sdk/models.rb', line 1606 def to_h h = {} h["keep_paused"] = @keep_paused unless @keep_paused.nil? h["skip_wait_boot"] = @skip_wait_boot unless @skip_wait_boot.nil? h["count"] = @count unless @count.nil? h end |