Class: TencentCloud::Bda::V20200324::UpperBodyClothTexture
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bda::V20200324::UpperBodyClothTexture
- Defined in:
- lib/v20200324/models.rb
Overview
上衣纹理信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, probability = nil) ⇒ UpperBodyClothTexture
constructor
A new instance of UpperBodyClothTexture.
Constructor Details
#initialize(type = nil, probability = nil) ⇒ UpperBodyClothTexture
Returns a new instance of UpperBodyClothTexture.
1781 1782 1783 1784 |
# File 'lib/v20200324/models.rb', line 1781 def initialize(type=nil, probability=nil) @Type = type @Probability = probability end |
Instance Attribute Details
#Probability ⇒ Object
1779 1780 1781 |
# File 'lib/v20200324/models.rb', line 1779 def Probability @Probability end |
#Type ⇒ Object
1779 1780 1781 |
# File 'lib/v20200324/models.rb', line 1779 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1786 1787 1788 1789 |
# File 'lib/v20200324/models.rb', line 1786 def deserialize(params) @Type = params['Type'] @Probability = params['Probability'] end |