Class: TencentCloud::Ds::V20180523::DownloadContractRequest

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

Overview

DownloadContract请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(_module = nil, operation = nil, contractresid = nil) ⇒ DownloadContractRequest

Returns a new instance of DownloadContractRequest.



478
479
480
481
482
# File 'lib/v20180523/models.rb', line 478

def initialize(_module=nil, operation=nil, contractresid=nil)
  @Module = _module
  @Operation = operation
  @ContractResId = contractresid
end

Instance Attribute Details

#ContractResIdObject

Parameters:

  • Module:

    模块名ContractMng

  • Operation:

    操作名DownloadContract

  • ContractResId:

    合同ID



476
477
478
# File 'lib/v20180523/models.rb', line 476

def ContractResId
  @ContractResId
end

#ModuleObject

Parameters:

  • Module:

    模块名ContractMng

  • Operation:

    操作名DownloadContract

  • ContractResId:

    合同ID



476
477
478
# File 'lib/v20180523/models.rb', line 476

def Module
  @Module
end

#OperationObject

Parameters:

  • Module:

    模块名ContractMng

  • Operation:

    操作名DownloadContract

  • ContractResId:

    合同ID



476
477
478
# File 'lib/v20180523/models.rb', line 476

def Operation
  @Operation
end

Instance Method Details

#deserialize(params) ⇒ Object



484
485
486
487
488
# File 'lib/v20180523/models.rb', line 484

def deserialize(params)
  @Module = params['Module']
  @Operation = params['Operation']
  @ContractResId = params['ContractResId']
end