Class: TencentCloud::Cdb::V20170320::AdjustCdbProxyAddressResponse

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

Overview

AdjustCdbProxyAddress返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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



281
282
283
284
# File 'lib/v20170320/models.rb', line 281

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

Instance Attribute Details

#AsyncRequestIdObject



279
280
281
# File 'lib/v20170320/models.rb', line 279

def AsyncRequestId
  @AsyncRequestId
end

#RequestIdObject



279
280
281
# File 'lib/v20170320/models.rb', line 279

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



286
287
288
289
# File 'lib/v20170320/models.rb', line 286

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