Class: TencentCloud::Cr::V20180321::ChangeBotCallStatusResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::ChangeBotCallStatusResponse
- Defined in:
- lib/v20180321/models.rb
Overview
ChangeBotCallStatus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ChangeBotCallStatusResponse
constructor
A new instance of ChangeBotCallStatusResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ChangeBotCallStatusResponse
Returns a new instance of ChangeBotCallStatusResponse.
463 464 465 |
# File 'lib/v20180321/models.rb', line 463 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
461 462 463 |
# File 'lib/v20180321/models.rb', line 461 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
467 468 469 |
# File 'lib/v20180321/models.rb', line 467 def deserialize(params) @RequestId = params['RequestId'] end |