Class: TencentCloud::Ame::V20190916::PlayCommandInput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::PlayCommandInput
- Defined in:
- lib/v20190916/models.rb
Overview
播放指令输入参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(index = nil) ⇒ PlayCommandInput
constructor
A new instance of PlayCommandInput.
Constructor Details
#initialize(index = nil) ⇒ PlayCommandInput
Returns a new instance of PlayCommandInput.
2472 2473 2474 |
# File 'lib/v20190916/models.rb', line 2472 def initialize(index=nil) @Index = index end |
Instance Attribute Details
#Index ⇒ Object
2470 2471 2472 |
# File 'lib/v20190916/models.rb', line 2470 def Index @Index end |
Instance Method Details
#deserialize(params) ⇒ Object
2476 2477 2478 |
# File 'lib/v20190916/models.rb', line 2476 def deserialize(params) @Index = params['Index'] end |