Class: TencentCloud::Cdb::V20170320::ModifyAccountMaxUserConnectionsResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170320/models.rb

Overview

ModifyAccountMaxUserConnections返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(asyncrequestid = nil, requestid = nil) ⇒ ModifyAccountMaxUserConnectionsResponse



10023
10024
10025
10026
# File 'lib/v20170320/models.rb', line 10023

def initialize(asyncrequestid=nil, requestid=nil)
  @AsyncRequestId = asyncrequestid
  @RequestId = requestid
end

Instance Attribute Details

#AsyncRequestIdObject



10021
10022
10023
# File 'lib/v20170320/models.rb', line 10021

def AsyncRequestId
  @AsyncRequestId
end

#RequestIdObject



10021
10022
10023
# File 'lib/v20170320/models.rb', line 10021

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



10028
10029
10030
10031
# File 'lib/v20170320/models.rb', line 10028

def deserialize(params)
  @AsyncRequestId = params['AsyncRequestId']
  @RequestId = params['RequestId']
end