Class: TencentCloud::Lke::V20231130::ModifyRejectedQuestionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lke::V20231130::ModifyRejectedQuestionRequest
- Defined in:
- lib/v20231130/models.rb
Overview
ModifyRejectedQuestion请求参数结构体
Instance Attribute Summary collapse
-
#BotBizId ⇒ Object
Returns the value of attribute BotBizId.
-
#Question ⇒ Object
Returns the value of attribute Question.
-
#RejectedBizId ⇒ Object
Returns the value of attribute RejectedBizId.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(botbizid = nil, question = nil, rejectedbizid = nil) ⇒ ModifyRejectedQuestionRequest
constructor
A new instance of ModifyRejectedQuestionRequest.
Constructor Details
#initialize(botbizid = nil, question = nil, rejectedbizid = nil) ⇒ ModifyRejectedQuestionRequest
Returns a new instance of ModifyRejectedQuestionRequest.
9782 9783 9784 9785 9786 |
# File 'lib/v20231130/models.rb', line 9782 def initialize(botbizid=nil, question=nil, rejectedbizid=nil) @BotBizId = botbizid @Question = question @RejectedBizId = rejectedbizid end |
Instance Attribute Details
#BotBizId ⇒ Object
Returns the value of attribute BotBizId.
9780 9781 9782 |
# File 'lib/v20231130/models.rb', line 9780 def BotBizId @BotBizId end |
#Question ⇒ Object
Returns the value of attribute Question.
9780 9781 9782 |
# File 'lib/v20231130/models.rb', line 9780 def Question @Question end |
#RejectedBizId ⇒ Object
Returns the value of attribute RejectedBizId.
9780 9781 9782 |
# File 'lib/v20231130/models.rb', line 9780 def RejectedBizId @RejectedBizId end |
Instance Method Details
#deserialize(params) ⇒ Object
9788 9789 9790 9791 9792 |
# File 'lib/v20231130/models.rb', line 9788 def deserialize(params) @BotBizId = params['BotBizId'] @Question = params['Question'] @RejectedBizId = params['RejectedBizId'] end |