Class: TencentCloud::Npp::V20190823::KeyList
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Npp::V20190823::KeyList
- Defined in:
- lib/v20190823/models.rb
Overview
对应按键操作,如果没有结构体里定义按键操作用户按键以后都从 interruptPrompt 重新播放
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, operate = nil) ⇒ KeyList
constructor
A new instance of KeyList.
Constructor Details
#initialize(key = nil, operate = nil) ⇒ KeyList
Returns a new instance of KeyList.
760 761 762 763 |
# File 'lib/v20190823/models.rb', line 760 def initialize(key=nil, operate=nil) @Key = key @Operate = operate end |
Instance Attribute Details
#Key ⇒ Object
758 759 760 |
# File 'lib/v20190823/models.rb', line 758 def Key @Key end |
#Operate ⇒ Object
758 759 760 |
# File 'lib/v20190823/models.rb', line 758 def Operate @Operate end |
Instance Method Details
#deserialize(params) ⇒ Object
765 766 767 768 |
# File 'lib/v20190823/models.rb', line 765 def deserialize(params) @Key = params['Key'] @Operate = params['Operate'] end |