Class: TencentCloud::Cr::V20180321::ApplyCreditAuditRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::ApplyCreditAuditRequest
- Defined in:
- lib/v20180321/models.rb
Overview
ApplyCreditAudit请求参数结构体
Instance Attribute Summary collapse
- #CallbackUrl ⇒ Object
- #CaseId ⇒ Object
- #Data ⇒ Object
- #InstId ⇒ Object
- #Module ⇒ Object
- #Operation ⇒ Object
- #ProductId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, instid = nil, productid = nil, caseid = nil, callbackurl = nil, data = nil) ⇒ ApplyCreditAuditRequest
constructor
A new instance of ApplyCreditAuditRequest.
Constructor Details
#initialize(_module = nil, operation = nil, instid = nil, productid = nil, caseid = nil, callbackurl = nil, data = nil) ⇒ ApplyCreditAuditRequest
Returns a new instance of ApplyCreditAuditRequest.
137 138 139 140 141 142 143 144 145 |
# File 'lib/v20180321/models.rb', line 137 def initialize(_module=nil, operation=nil, instid=nil, productid=nil, caseid=nil, callbackurl=nil, data=nil) @Module = _module @Operation = operation @InstId = instid @ProductId = productid @CaseId = caseid @CallbackUrl = callbackurl @Data = data end |
Instance Attribute Details
#CallbackUrl ⇒ Object
135 136 137 |
# File 'lib/v20180321/models.rb', line 135 def CallbackUrl @CallbackUrl end |
#CaseId ⇒ Object
135 136 137 |
# File 'lib/v20180321/models.rb', line 135 def CaseId @CaseId end |
#Data ⇒ Object
135 136 137 |
# File 'lib/v20180321/models.rb', line 135 def Data @Data end |
#InstId ⇒ Object
135 136 137 |
# File 'lib/v20180321/models.rb', line 135 def InstId @InstId end |
#Module ⇒ Object
135 136 137 |
# File 'lib/v20180321/models.rb', line 135 def Module @Module end |
#Operation ⇒ Object
135 136 137 |
# File 'lib/v20180321/models.rb', line 135 def Operation @Operation end |
#ProductId ⇒ Object
135 136 137 |
# File 'lib/v20180321/models.rb', line 135 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
147 148 149 150 151 152 153 154 155 |
# File 'lib/v20180321/models.rb', line 147 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @InstId = params['InstId'] @ProductId = params['ProductId'] @CaseId = params['CaseId'] @CallbackUrl = params['CallbackUrl'] @Data = params['Data'] end |