Class: TencentCloud::Yinsuda::V20220527::KTVBPMInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yinsuda::V20220527::KTVBPMInfo
- Defined in:
- lib/v20220527/models.rb
Overview
节拍信息。
Instance Attribute Summary collapse
-
#Type ⇒ Object
<li>Slow:慢;</li> <li>Middle:中等;</li> <li>Fast:快;</li> <li>Unknown:未知。</li>.
-
#Value ⇒ Object
<li>Slow:慢;</li> <li>Middle:中等;</li> <li>Fast:快;</li> <li>Unknown:未知。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, value = nil) ⇒ KTVBPMInfo
constructor
A new instance of KTVBPMInfo.
Constructor Details
#initialize(type = nil, value = nil) ⇒ KTVBPMInfo
Returns a new instance of KTVBPMInfo.
1119 1120 1121 1122 |
# File 'lib/v20220527/models.rb', line 1119 def initialize(type=nil, value=nil) @Type = type @Value = value end |
Instance Attribute Details
#Type ⇒ Object
<li>Slow:慢;</li> <li>Middle:中等;</li> <li>Fast:快;</li> <li>Unknown:未知。</li>
1117 1118 1119 |
# File 'lib/v20220527/models.rb', line 1117 def Type @Type end |
#Value ⇒ Object
<li>Slow:慢;</li> <li>Middle:中等;</li> <li>Fast:快;</li> <li>Unknown:未知。</li>
1117 1118 1119 |
# File 'lib/v20220527/models.rb', line 1117 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1124 1125 1126 1127 |
# File 'lib/v20220527/models.rb', line 1124 def deserialize(params) @Type = params['Type'] @Value = params['Value'] end |