Class: TencentCloud::Sqlserver::V20180328::CreateDBResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::CreateDBResponse
- Defined in:
- lib/v20180328/models.rb
Overview
CreateDB返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ CreateDBResponse
constructor
A new instance of CreateDBResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ CreateDBResponse
Returns a new instance of CreateDBResponse.
1657 1658 1659 1660 |
# File 'lib/v20180328/models.rb', line 1657 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
1655 1656 1657 |
# File 'lib/v20180328/models.rb', line 1655 def FlowId @FlowId end |
#RequestId ⇒ Object
1655 1656 1657 |
# File 'lib/v20180328/models.rb', line 1655 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1662 1663 1664 1665 |
# File 'lib/v20180328/models.rb', line 1662 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |