Class: TencentCloud::Cpdp::V20190820::ViewContractRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ViewContractRequest
- Defined in:
- lib/v20190820/models.rb
Overview
ViewContract请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(openid = nil, openkey = nil, outcontractid = nil, contractid = nil, profile = nil) ⇒ ViewContractRequest
constructor
A new instance of ViewContractRequest.
Constructor Details
#initialize(openid = nil, openkey = nil, outcontractid = nil, contractid = nil, profile = nil) ⇒ ViewContractRequest
Returns a new instance of ViewContractRequest.
27795 27796 27797 27798 27799 27800 27801 |
# File 'lib/v20190820/models.rb', line 27795 def initialize(openid=nil, openkey=nil, outcontractid=nil, contractid=nil, profile=nil) @OpenId = openid @OpenKey = openkey @OutContractId = outcontractid @ContractId = contractid @Profile = profile end |
Instance Attribute Details
#ContractId ⇒ Object
27793 27794 27795 |
# File 'lib/v20190820/models.rb', line 27793 def ContractId @ContractId end |
#OpenId ⇒ Object
27793 27794 27795 |
# File 'lib/v20190820/models.rb', line 27793 def OpenId @OpenId end |
#OpenKey ⇒ Object
27793 27794 27795 |
# File 'lib/v20190820/models.rb', line 27793 def OpenKey @OpenKey end |
#OutContractId ⇒ Object
27793 27794 27795 |
# File 'lib/v20190820/models.rb', line 27793 def OutContractId @OutContractId end |
#Profile ⇒ Object
27793 27794 27795 |
# File 'lib/v20190820/models.rb', line 27793 def Profile @Profile end |
Instance Method Details
#deserialize(params) ⇒ Object
27803 27804 27805 27806 27807 27808 27809 |
# File 'lib/v20190820/models.rb', line 27803 def deserialize(params) @OpenId = params['OpenId'] @OpenKey = params['OpenKey'] @OutContractId = params['OutContractId'] @ContractId = params['ContractId'] @Profile = params['Profile'] end |