Class: TencentCloud::Captcha::V20190722::RceResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::RceResult
- Defined in:
- lib/v20190722/models.rb
Overview
验证码拼装Rce结果,Rce结果部分
Instance Attribute Summary collapse
- #AssociateAccount ⇒ Object
- #ConstId ⇒ Object
- #PostTime ⇒ Object
- #RiskInformation ⇒ Object
- #RiskLevel ⇒ Object
- #RiskType ⇒ Object
- #UserId ⇒ Object
- #UserIp ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(userid = nil, posttime = nil, associateaccount = nil, userip = nil, risklevel = nil, risktype = nil, constid = nil, riskinformation = nil) ⇒ RceResult
constructor
A new instance of RceResult.
Constructor Details
#initialize(userid = nil, posttime = nil, associateaccount = nil, userip = nil, risklevel = nil, risktype = nil, constid = nil, riskinformation = nil) ⇒ RceResult
Returns a new instance of RceResult.
1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/v20190722/models.rb', line 1697 def initialize(userid=nil, posttime=nil, associateaccount=nil, userip=nil, risklevel=nil, risktype=nil, constid=nil, riskinformation=nil) @UserId = userid @PostTime = posttime @AssociateAccount = associateaccount @UserIp = userip @RiskLevel = risklevel @RiskType = risktype @ConstId = constid @RiskInformation = riskinformation end |
Instance Attribute Details
#AssociateAccount ⇒ Object
1695 1696 1697 |
# File 'lib/v20190722/models.rb', line 1695 def AssociateAccount @AssociateAccount end |
#ConstId ⇒ Object
1695 1696 1697 |
# File 'lib/v20190722/models.rb', line 1695 def ConstId @ConstId end |
#PostTime ⇒ Object
1695 1696 1697 |
# File 'lib/v20190722/models.rb', line 1695 def PostTime @PostTime end |
#RiskInformation ⇒ Object
1695 1696 1697 |
# File 'lib/v20190722/models.rb', line 1695 def RiskInformation @RiskInformation end |
#RiskLevel ⇒ Object
1695 1696 1697 |
# File 'lib/v20190722/models.rb', line 1695 def RiskLevel @RiskLevel end |
#RiskType ⇒ Object
1695 1696 1697 |
# File 'lib/v20190722/models.rb', line 1695 def RiskType @RiskType end |
#UserId ⇒ Object
1695 1696 1697 |
# File 'lib/v20190722/models.rb', line 1695 def UserId @UserId end |
#UserIp ⇒ Object
1695 1696 1697 |
# File 'lib/v20190722/models.rb', line 1695 def UserIp @UserIp end |
Instance Method Details
#deserialize(params) ⇒ Object
1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 |
# File 'lib/v20190722/models.rb', line 1708 def deserialize(params) @UserId = params['UserId'] @PostTime = params['PostTime'] @AssociateAccount = params['AssociateAccount'] @UserIp = params['UserIp'] @RiskLevel = params['RiskLevel'] @RiskType = params['RiskType'] @ConstId = params['ConstId'] @RiskInformation = params['RiskInformation'] end |