Class: TencentCloud::Cls::V20201016::CreateWebCallbackResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CreateWebCallbackResponse
- Defined in:
- lib/v20201016/models.rb
Overview
CreateWebCallback返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(webcallbackid = nil, requestid = nil) ⇒ CreateWebCallbackResponse
constructor
A new instance of CreateWebCallbackResponse.
Constructor Details
#initialize(webcallbackid = nil, requestid = nil) ⇒ CreateWebCallbackResponse
Returns a new instance of CreateWebCallbackResponse.
4941 4942 4943 4944 |
# File 'lib/v20201016/models.rb', line 4941 def initialize(webcallbackid=nil, requestid=nil) @WebCallbackId = webcallbackid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4939 4940 4941 |
# File 'lib/v20201016/models.rb', line 4939 def RequestId @RequestId end |
#WebCallbackId ⇒ Object
4939 4940 4941 |
# File 'lib/v20201016/models.rb', line 4939 def WebCallbackId @WebCallbackId end |
Instance Method Details
#deserialize(params) ⇒ Object
4946 4947 4948 4949 |
# File 'lib/v20201016/models.rb', line 4946 def deserialize(params) @WebCallbackId = params['WebCallbackId'] @RequestId = params['RequestId'] end |