Class: TencentCloud::Sqlserver::V20180328::CloneDBResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::CloneDBResponse
- Defined in:
- lib/v20180328/models.rb
Overview
CloneDB返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ CloneDBResponse
constructor
A new instance of CloneDBResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ CloneDBResponse
Returns a new instance of CloneDBResponse.
617 618 619 620 |
# File 'lib/v20180328/models.rb', line 617 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
615 616 617 |
# File 'lib/v20180328/models.rb', line 615 def FlowId @FlowId end |
#RequestId ⇒ Object
615 616 617 |
# File 'lib/v20180328/models.rb', line 615 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
622 623 624 625 |
# File 'lib/v20180328/models.rb', line 622 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |