Class: TencentCloud::Tdai::V20250717::RemoveChatResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdai::V20250717::RemoveChatResponse
- Defined in:
- lib/v20250717/models.rb
Overview
RemoveChat返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RemoveChatResponse
constructor
A new instance of RemoveChatResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RemoveChatResponse
Returns a new instance of RemoveChatResponse.
1187 1188 1189 |
# File 'lib/v20250717/models.rb', line 1187 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1185 1186 1187 |
# File 'lib/v20250717/models.rb', line 1185 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1191 1192 1193 |
# File 'lib/v20250717/models.rb', line 1191 def deserialize(params) @RequestId = params['RequestId'] end |