Class: TencentCloud::Cr::V20180321::ChangeBotTaskStatusResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::ChangeBotTaskStatusResponse
- Defined in:
- lib/v20180321/models.rb
Overview
ChangeBotTaskStatus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ChangeBotTaskStatusResponse
constructor
A new instance of ChangeBotTaskStatusResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ChangeBotTaskStatusResponse
Returns a new instance of ChangeBotTaskStatusResponse.
512 513 514 |
# File 'lib/v20180321/models.rb', line 512 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
510 511 512 |
# File 'lib/v20180321/models.rb', line 510 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
516 517 518 |
# File 'lib/v20180321/models.rb', line 516 def deserialize(params) @RequestId = params['RequestId'] end |