Class: TencentCloud::Sqlserver::V20180328::CreateAccountResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::CreateAccountResponse
- Defined in:
- lib/v20180328/models.rb
Overview
CreateAccount返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ CreateAccountResponse
constructor
A new instance of CreateAccountResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ CreateAccountResponse
Returns a new instance of CreateAccountResponse.
799 800 801 802 |
# File 'lib/v20180328/models.rb', line 799 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
797 798 799 |
# File 'lib/v20180328/models.rb', line 797 def FlowId @FlowId end |
#RequestId ⇒ Object
797 798 799 |
# File 'lib/v20180328/models.rb', line 797 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
804 805 806 807 |
# File 'lib/v20180328/models.rb', line 804 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |