Class: TencentCloud::Bda::V20200324::LowerBodyClothLength
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bda::V20200324::LowerBodyClothLength
- Defined in:
- lib/v20200324/models.rb
Overview
下衣长度信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, probability = nil) ⇒ LowerBodyClothLength
constructor
A new instance of LowerBodyClothLength.
Constructor Details
#initialize(type = nil, probability = nil) ⇒ LowerBodyClothLength
Returns a new instance of LowerBodyClothLength.
1124 1125 1126 1127 |
# File 'lib/v20200324/models.rb', line 1124 def initialize(type=nil, probability=nil) @Type = type @Probability = probability end |
Instance Attribute Details
#Probability ⇒ Object
1122 1123 1124 |
# File 'lib/v20200324/models.rb', line 1122 def Probability @Probability end |
#Type ⇒ Object
1122 1123 1124 |
# File 'lib/v20200324/models.rb', line 1122 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1129 1130 1131 1132 |
# File 'lib/v20200324/models.rb', line 1129 def deserialize(params) @Type = params['Type'] @Probability = params['Probability'] end |