Class: TencentCloud::Ess::V20201111::RiskIdentificationFeedbackInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::RiskIdentificationFeedbackInfo
- Defined in:
- lib/v20201111/models.rb
Overview
合同审查反馈信息
Instance Attribute Summary collapse
-
#FeedbackResult ⇒ Object
- 1: 其他错误 - 2: 审查错误 - 3: 审查正确.
-
#Reason ⇒ Object
- 1: 其他错误 - 2: 审查错误 - 3: 审查正确.
-
#RiskId ⇒ Object
- 1: 其他错误 - 2: 审查错误 - 3: 审查正确.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(riskid = nil, feedbackresult = nil, reason = nil) ⇒ RiskIdentificationFeedbackInfo
constructor
A new instance of RiskIdentificationFeedbackInfo.
Constructor Details
#initialize(riskid = nil, feedbackresult = nil, reason = nil) ⇒ RiskIdentificationFeedbackInfo
Returns a new instance of RiskIdentificationFeedbackInfo.
16991 16992 16993 16994 16995 |
# File 'lib/v20201111/models.rb', line 16991 def initialize(riskid=nil, feedbackresult=nil, reason=nil) @RiskId = riskid @FeedbackResult = feedbackresult @Reason = reason end |
Instance Attribute Details
#FeedbackResult ⇒ Object
- 1: 其他错误
- 2: 审查错误
- 3: 审查正确
16989 16990 16991 |
# File 'lib/v20201111/models.rb', line 16989 def FeedbackResult @FeedbackResult end |
#Reason ⇒ Object
- 1: 其他错误
- 2: 审查错误
- 3: 审查正确
16989 16990 16991 |
# File 'lib/v20201111/models.rb', line 16989 def Reason @Reason end |
#RiskId ⇒ Object
- 1: 其他错误
- 2: 审查错误
- 3: 审查正确
16989 16990 16991 |
# File 'lib/v20201111/models.rb', line 16989 def RiskId @RiskId end |
Instance Method Details
#deserialize(params) ⇒ Object
16997 16998 16999 17000 17001 |
# File 'lib/v20201111/models.rb', line 16997 def deserialize(params) @RiskId = params['RiskId'] @FeedbackResult = params['FeedbackResult'] @Reason = params['Reason'] end |