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
- Slow:慢;
- Middle:中等;
- Fast:快;
- Unknown:未知。
. -
#Value ⇒ Object
- Slow:慢;
- Middle:中等;
- Fast:快;
- Unknown:未知。
.
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
1117 1118 1119 |
# File 'lib/v20220527/models.rb', line 1117 def Type @Type end |
#Value ⇒ Object
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 |