Class: TencentCloud::Cdb::V20170320::CloseWanServiceResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CloseWanServiceResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CloseWanService返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CloseWanServiceResponse
constructor
A new instance of CloseWanServiceResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CloseWanServiceResponse
Returns a new instance of CloseWanServiceResponse.
2115 2116 2117 2118 |
# File 'lib/v20170320/models.rb', line 2115 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
2113 2114 2115 |
# File 'lib/v20170320/models.rb', line 2113 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
2113 2114 2115 |
# File 'lib/v20170320/models.rb', line 2113 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2120 2121 2122 2123 |
# File 'lib/v20170320/models.rb', line 2120 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |