Class: TencentCloud::Cdb::V20170320::CreateAccountsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CreateAccountsResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CreateAccounts返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateAccountsResponse
constructor
A new instance of CreateAccountsResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateAccountsResponse
Returns a new instance of CreateAccountsResponse.
2312 2313 2314 2315 |
# File 'lib/v20170320/models.rb', line 2312 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
2310 2311 2312 |
# File 'lib/v20170320/models.rb', line 2310 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
2310 2311 2312 |
# File 'lib/v20170320/models.rb', line 2310 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2317 2318 2319 2320 |
# File 'lib/v20170320/models.rb', line 2317 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |