Class: TencentCloud::Iotexplorer::V20190423::UnbindTWeTalkAIBotResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::UnbindTWeTalkAIBotResponse
- Defined in:
- lib/v20190423/models.rb
Overview
UnbindTWeTalkAIBot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UnbindTWeTalkAIBotResponse
constructor
A new instance of UnbindTWeTalkAIBotResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UnbindTWeTalkAIBotResponse
Returns a new instance of UnbindTWeTalkAIBotResponse.
14232 14233 14234 |
# File 'lib/v20190423/models.rb', line 14232 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14230 14231 14232 |
# File 'lib/v20190423/models.rb', line 14230 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14236 14237 14238 |
# File 'lib/v20190423/models.rb', line 14236 def deserialize(params) @RequestId = params['RequestId'] end |