Class: VersSdk::BranchVmParams
- Inherits:
-
Object
- Object
- VersSdk::BranchVmParams
- Defined in:
- lib/vers_sdk/models.rb
Overview
Query parameters for BranchVmParams
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
1557 1558 1559 1560 1561 1562 1563 |
# File 'lib/vers_sdk/models.rb', line 1557 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 |