Class: TencentCloud::Cdb::V20170320::ModifyAccountMaxUserConnectionsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ModifyAccountMaxUserConnectionsResponse
- Defined in:
- lib/v20170320/models.rb
Overview
ModifyAccountMaxUserConnections返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ ModifyAccountMaxUserConnectionsResponse
constructor
A new instance of ModifyAccountMaxUserConnectionsResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ ModifyAccountMaxUserConnectionsResponse
Returns a new instance of ModifyAccountMaxUserConnectionsResponse.
10193 10194 10195 10196 |
# File 'lib/v20170320/models.rb', line 10193 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
10191 10192 10193 |
# File 'lib/v20170320/models.rb', line 10191 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
10191 10192 10193 |
# File 'lib/v20170320/models.rb', line 10191 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10198 10199 10200 10201 |
# File 'lib/v20170320/models.rb', line 10198 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |