Class: TencentCloud::Cls::V20201016::DeleteWebCallbackResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DeleteWebCallbackResponse
- Defined in:
- lib/v20201016/models.rb
Overview
DeleteWebCallback返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteWebCallbackResponse
constructor
A new instance of DeleteWebCallbackResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteWebCallbackResponse
Returns a new instance of DeleteWebCallbackResponse.
6639 6640 6641 |
# File 'lib/v20201016/models.rb', line 6639 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6637 6638 6639 |
# File 'lib/v20201016/models.rb', line 6637 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6643 6644 6645 |
# File 'lib/v20201016/models.rb', line 6643 def deserialize(params) @RequestId = params['RequestId'] end |