Class: TencentCloud::Ame::V20190916::SetVolumeCommandInput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::SetVolumeCommandInput
- Defined in:
- lib/v20190916/models.rb
Overview
设置音量。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(volume = nil) ⇒ SetVolumeCommandInput
constructor
A new instance of SetVolumeCommandInput.
Constructor Details
#initialize(volume = nil) ⇒ SetVolumeCommandInput
Returns a new instance of SetVolumeCommandInput.
2808 2809 2810 |
# File 'lib/v20190916/models.rb', line 2808 def initialize(volume=nil) @Volume = volume end |
Instance Attribute Details
#Volume ⇒ Object
2806 2807 2808 |
# File 'lib/v20190916/models.rb', line 2806 def Volume @Volume end |
Instance Method Details
#deserialize(params) ⇒ Object
2812 2813 2814 |
# File 'lib/v20190916/models.rb', line 2812 def deserialize(params) @Volume = params['Volume'] end |