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
2238 2239 2240 2241 2242 2243 2244 |
# File 'lib/vers_sdk/models.rb', line 2238 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 |