Class: TencentCloud::Cdb::V20170320::CloseCDBProxyResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CloseCDBProxyResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CloseCDBProxy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CloseCDBProxyResponse
constructor
A new instance of CloseCDBProxyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CloseCDBProxyResponse
Returns a new instance of CloseCDBProxyResponse.
1967 1968 1969 |
# File 'lib/v20170320/models.rb', line 1967 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1965 1966 1967 |
# File 'lib/v20170320/models.rb', line 1965 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1971 1972 1973 |
# File 'lib/v20170320/models.rb', line 1971 def deserialize(params) @RequestId = params['RequestId'] end |