Class: TencentCloud::Bda::V20200324::UpperBodyClothColor
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bda::V20200324::UpperBodyClothColor
- Defined in:
- lib/v20200324/models.rb
Overview
上衣颜色信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, probability = nil) ⇒ UpperBodyClothColor
constructor
A new instance of UpperBodyClothColor.
Constructor Details
#initialize(type = nil, probability = nil) ⇒ UpperBodyClothColor
Returns a new instance of UpperBodyClothColor.
1741 1742 1743 1744 |
# File 'lib/v20200324/models.rb', line 1741 def initialize(type=nil, probability=nil) @Type = type @Probability = probability end |
Instance Attribute Details
#Probability ⇒ Object
1739 1740 1741 |
# File 'lib/v20200324/models.rb', line 1739 def Probability @Probability end |
#Type ⇒ Object
1739 1740 1741 |
# File 'lib/v20200324/models.rb', line 1739 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1746 1747 1748 1749 |
# File 'lib/v20200324/models.rb', line 1746 def deserialize(params) @Type = params['Type'] @Probability = params['Probability'] end |