Class: TencentCloud::Rce::V20201103::OutputManageMarketingRisk
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::OutputManageMarketingRisk
- Defined in:
- lib/v20201103/models.rb
Overview
全栈式风控引擎出参
Instance Attribute Summary collapse
-
#Code ⇒ Object
0:成功 1:错误 1002:参数错误 4300:未开通服务 4301:后端未创建对应产品 注意:此字段可能返回 null,表示取不到有效值。.
-
#Message ⇒ Object
0:成功 1:错误 1002:参数错误 4300:未开通服务 4301:后端未创建对应产品 注意:此字段可能返回 null,表示取不到有效值。.
-
#UUid ⇒ Object
0:成功 1:错误 1002:参数错误 4300:未开通服务 4301:后端未创建对应产品 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
0:成功 1:错误 1002:参数错误 4300:未开通服务 4301:后端未创建对应产品 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(code = nil, message = nil, value = nil, uuid = nil) ⇒ OutputManageMarketingRisk
constructor
A new instance of OutputManageMarketingRisk.
Constructor Details
#initialize(code = nil, message = nil, value = nil, uuid = nil) ⇒ OutputManageMarketingRisk
Returns a new instance of OutputManageMarketingRisk.
1606 1607 1608 1609 1610 1611 |
# File 'lib/v20201103/models.rb', line 1606 def initialize(code=nil, =nil, value=nil, uuid=nil) @Code = code @Message = @Value = value @UUid = uuid end |
Instance Attribute Details
#Code ⇒ Object
0:成功1:错误1002:参数错误4300:未开通服务4301:后端未创建对应产品注意:此字段可能返回 null,表示取不到有效值。
1604 1605 1606 |
# File 'lib/v20201103/models.rb', line 1604 def Code @Code end |
#Message ⇒ Object
0:成功1:错误1002:参数错误4300:未开通服务4301:后端未创建对应产品注意:此字段可能返回 null,表示取不到有效值。
1604 1605 1606 |
# File 'lib/v20201103/models.rb', line 1604 def Message @Message end |
#UUid ⇒ Object
0:成功1:错误1002:参数错误4300:未开通服务4301:后端未创建对应产品注意:此字段可能返回 null,表示取不到有效值。
1604 1605 1606 |
# File 'lib/v20201103/models.rb', line 1604 def UUid @UUid end |
#Value ⇒ Object
0:成功1:错误1002:参数错误4300:未开通服务4301:后端未创建对应产品注意:此字段可能返回 null,表示取不到有效值。
1604 1605 1606 |
# File 'lib/v20201103/models.rb', line 1604 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/v20201103/models.rb', line 1613 def deserialize(params) @Code = params['Code'] @Message = params['Message'] unless params['Value'].nil? @Value = OutputManageMarketingRiskValue.new @Value.deserialize(params['Value']) end @UUid = params['UUid'] end |