Class: TencentCloud::Lke::V20231130::QAList
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lke::V20231130::QAList
- Defined in:
- lib/v20231130/models.rb
Overview
问答列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(qabizid = nil, isaccepted = nil, catebizid = nil, question = nil, answer = nil) ⇒ QAList
constructor
A new instance of QAList.
Constructor Details
#initialize(qabizid = nil, isaccepted = nil, catebizid = nil, question = nil, answer = nil) ⇒ QAList
Returns a new instance of QAList.
10633 10634 10635 10636 10637 10638 10639 |
# File 'lib/v20231130/models.rb', line 10633 def initialize(qabizid=nil, isaccepted=nil, catebizid=nil, question=nil, answer=nil) @QaBizId = qabizid @IsAccepted = isaccepted @CateBizId = catebizid @Question = question @Answer = answer end |
Instance Attribute Details
#Answer ⇒ Object
10631 10632 10633 |
# File 'lib/v20231130/models.rb', line 10631 def Answer @Answer end |
#CateBizId ⇒ Object
10631 10632 10633 |
# File 'lib/v20231130/models.rb', line 10631 def CateBizId @CateBizId end |
#IsAccepted ⇒ Object
10631 10632 10633 |
# File 'lib/v20231130/models.rb', line 10631 def IsAccepted @IsAccepted end |
#QaBizId ⇒ Object
10631 10632 10633 |
# File 'lib/v20231130/models.rb', line 10631 def QaBizId @QaBizId end |
#Question ⇒ Object
10631 10632 10633 |
# File 'lib/v20231130/models.rb', line 10631 def Question @Question end |
Instance Method Details
#deserialize(params) ⇒ Object
10641 10642 10643 10644 10645 10646 10647 |
# File 'lib/v20231130/models.rb', line 10641 def deserialize(params) @QaBizId = params['QaBizId'] @IsAccepted = params['IsAccepted'] @CateBizId = params['CateBizId'] @Question = params['Question'] @Answer = params['Answer'] end |