Class: TencentCloud::Ds::V20180523::DownloadContractRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ds::V20180523::DownloadContractRequest
- Defined in:
- lib/v20180523/models.rb
Overview
DownloadContract请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, contractresid = nil) ⇒ DownloadContractRequest
constructor
A new instance of DownloadContractRequest.
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
#ContractResId ⇒ Object
476 477 478 |
# File 'lib/v20180523/models.rb', line 476 def ContractResId @ContractResId end |
#Module ⇒ Object
476 477 478 |
# File 'lib/v20180523/models.rb', line 476 def Module @Module end |
#Operation ⇒ Object
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 |