Class: TencentCloud::Cii::V20210408::ClassifyInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cii::V20210408::ClassifyInfo
- Defined in:
- lib/v20210408/models.rb
Overview
报告分类信息
Instance Attribute Summary collapse
- #FirstClass ⇒ Object
- #FirstClassId ⇒ Object
- #SecondClass ⇒ Object
- #SecondClassId ⇒ Object
- #ThirdClass ⇒ Object
- #ThirdClassId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(firstclass = nil, secondclass = nil, thirdclass = nil, firstclassid = nil, secondclassid = nil, thirdclassid = nil) ⇒ ClassifyInfo
constructor
A new instance of ClassifyInfo.
Constructor Details
#initialize(firstclass = nil, secondclass = nil, thirdclass = nil, firstclassid = nil, secondclassid = nil, thirdclassid = nil) ⇒ ClassifyInfo
Returns a new instance of ClassifyInfo.
104 105 106 107 108 109 110 111 |
# File 'lib/v20210408/models.rb', line 104 def initialize(firstclass=nil, secondclass=nil, thirdclass=nil, firstclassid=nil, secondclassid=nil, thirdclassid=nil) @FirstClass = firstclass @SecondClass = secondclass @ThirdClass = thirdclass @FirstClassId = firstclassid @SecondClassId = secondclassid @ThirdClassId = thirdclassid end |
Instance Attribute Details
#FirstClass ⇒ Object
102 103 104 |
# File 'lib/v20210408/models.rb', line 102 def FirstClass @FirstClass end |
#FirstClassId ⇒ Object
102 103 104 |
# File 'lib/v20210408/models.rb', line 102 def FirstClassId @FirstClassId end |
#SecondClass ⇒ Object
102 103 104 |
# File 'lib/v20210408/models.rb', line 102 def SecondClass @SecondClass end |
#SecondClassId ⇒ Object
102 103 104 |
# File 'lib/v20210408/models.rb', line 102 def SecondClassId @SecondClassId end |
#ThirdClass ⇒ Object
102 103 104 |
# File 'lib/v20210408/models.rb', line 102 def ThirdClass @ThirdClass end |
#ThirdClassId ⇒ Object
102 103 104 |
# File 'lib/v20210408/models.rb', line 102 def ThirdClassId @ThirdClassId end |
Instance Method Details
#deserialize(params) ⇒ Object
113 114 115 116 117 118 119 120 |
# File 'lib/v20210408/models.rb', line 113 def deserialize(params) @FirstClass = params['FirstClass'] @SecondClass = params['SecondClass'] @ThirdClass = params['ThirdClass'] @FirstClassId = params['FirstClassId'] @SecondClassId = params['SecondClassId'] @ThirdClassId = params['ThirdClassId'] end |