Class: TencentCloud::Dbbrain::V20210527::CreateProxySessionKillTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::CreateProxySessionKillTaskResponse
- Defined in:
- lib/v20210527/models.rb
Overview
CreateProxySessionKillTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateProxySessionKillTaskResponse
constructor
A new instance of CreateProxySessionKillTaskResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateProxySessionKillTaskResponse
Returns a new instance of CreateProxySessionKillTaskResponse.
1171 1172 1173 1174 |
# File 'lib/v20210527/models.rb', line 1171 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
1169 1170 1171 |
# File 'lib/v20210527/models.rb', line 1169 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
1169 1170 1171 |
# File 'lib/v20210527/models.rb', line 1169 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1176 1177 1178 1179 |
# File 'lib/v20210527/models.rb', line 1176 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |