Class: TencentCloud::Lke::V20231130::DescribeQARequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lke::V20231130::DescribeQARequest
- Defined in:
- lib/v20231130/models.rb
Overview
DescribeQA请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(qabizid = nil, botbizid = nil) ⇒ DescribeQARequest
constructor
A new instance of DescribeQARequest.
Constructor Details
#initialize(qabizid = nil, botbizid = nil) ⇒ DescribeQARequest
Returns a new instance of DescribeQARequest.
3993 3994 3995 3996 |
# File 'lib/v20231130/models.rb', line 3993 def initialize(qabizid=nil, botbizid=nil) @QaBizId = qabizid @BotBizId = botbizid end |
Instance Attribute Details
#BotBizId ⇒ Object
3991 3992 3993 |
# File 'lib/v20231130/models.rb', line 3991 def BotBizId @BotBizId end |
#QaBizId ⇒ Object
3991 3992 3993 |
# File 'lib/v20231130/models.rb', line 3991 def QaBizId @QaBizId end |
Instance Method Details
#deserialize(params) ⇒ Object
3998 3999 4000 4001 |
# File 'lib/v20231130/models.rb', line 3998 def deserialize(params) @QaBizId = params['QaBizId'] @BotBizId = params['BotBizId'] end |