Class: TencentCloud::Bda::V20200324::LowerBodyClothType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bda::V20200324::LowerBodyClothType
- Defined in:
- lib/v20200324/models.rb
Overview
下衣类型信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, probability = nil) ⇒ LowerBodyClothType
constructor
A new instance of LowerBodyClothType.
Constructor Details
#initialize(type = nil, probability = nil) ⇒ LowerBodyClothType
Returns a new instance of LowerBodyClothType.
1144 1145 1146 1147 |
# File 'lib/v20200324/models.rb', line 1144 def initialize(type=nil, probability=nil) @Type = type @Probability = probability end |
Instance Attribute Details
#Probability ⇒ Object
1142 1143 1144 |
# File 'lib/v20200324/models.rb', line 1142 def Probability @Probability end |
#Type ⇒ Object
1142 1143 1144 |
# File 'lib/v20200324/models.rb', line 1142 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1149 1150 1151 1152 |
# File 'lib/v20200324/models.rb', line 1149 def deserialize(params) @Type = params['Type'] @Probability = params['Probability'] end |