Class: TencentCloud::Lke::V20231130::ReleaseQA
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lke::V20231130::ReleaseQA
- Defined in:
- lib/v20231130/models.rb
Overview
发布问答
Instance Attribute Summary collapse
- #Action ⇒ Object
- #ActionDesc ⇒ Object
- #DocBizId ⇒ Object
- #FileName ⇒ Object
- #FileType ⇒ Object
- #Message ⇒ Object
- #QaBizId ⇒ Object
- #Question ⇒ Object
- #ReleaseStatus ⇒ Object
- #Source ⇒ Object
- #SourceDesc ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(question = nil, updatetime = nil, action = nil, actiondesc = nil, source = nil, sourcedesc = nil, filename = nil, filetype = nil, message = nil, releasestatus = nil, qabizid = nil, docbizid = nil) ⇒ ReleaseQA
constructor
A new instance of ReleaseQA.
Constructor Details
#initialize(question = nil, updatetime = nil, action = nil, actiondesc = nil, source = nil, sourcedesc = nil, filename = nil, filetype = nil, message = nil, releasestatus = nil, qabizid = nil, docbizid = nil) ⇒ ReleaseQA
Returns a new instance of ReleaseQA.
11091 11092 11093 11094 11095 11096 11097 11098 11099 11100 11101 11102 11103 11104 |
# File 'lib/v20231130/models.rb', line 11091 def initialize(question=nil, updatetime=nil, action=nil, actiondesc=nil, source=nil, sourcedesc=nil, filename=nil, filetype=nil, =nil, releasestatus=nil, qabizid=nil, docbizid=nil) @Question = question @UpdateTime = updatetime @Action = action @ActionDesc = actiondesc @Source = source @SourceDesc = sourcedesc @FileName = filename @FileType = filetype @Message = @ReleaseStatus = releasestatus @QaBizId = qabizid @DocBizId = docbizid end |
Instance Attribute Details
#Action ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def Action @Action end |
#ActionDesc ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def ActionDesc @ActionDesc end |
#DocBizId ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def DocBizId @DocBizId end |
#FileName ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def FileName @FileName end |
#FileType ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def FileType @FileType end |
#Message ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def Message @Message end |
#QaBizId ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def QaBizId @QaBizId end |
#Question ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def Question @Question end |
#ReleaseStatus ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def ReleaseStatus @ReleaseStatus end |
#Source ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def Source @Source end |
#SourceDesc ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def SourceDesc @SourceDesc end |
#UpdateTime ⇒ Object
11089 11090 11091 |
# File 'lib/v20231130/models.rb', line 11089 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
11106 11107 11108 11109 11110 11111 11112 11113 11114 11115 11116 11117 11118 11119 |
# File 'lib/v20231130/models.rb', line 11106 def deserialize(params) @Question = params['Question'] @UpdateTime = params['UpdateTime'] @Action = params['Action'] @ActionDesc = params['ActionDesc'] @Source = params['Source'] @SourceDesc = params['SourceDesc'] @FileName = params['FileName'] @FileType = params['FileType'] @Message = params['Message'] @ReleaseStatus = params['ReleaseStatus'] @QaBizId = params['QaBizId'] @DocBizId = params['DocBizId'] end |