Class: TencentCloud::Captcha::V20190722::RceResult

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190722/models.rb

Overview

验证码拼装Rce结果,Rce结果部分

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AssociateAccountObject

Parameters:

  • UserId:

    用户ID

  • PostTime:

    操作时间戳

  • AssociateAccount:

    业务参数

  • UserIp:

    用户Ip

  • RiskLevel:

    风险等级

  • RiskType:

    风险类型

  • ConstId:

    设备唯一ID

  • RiskInformation:

    风险扩展参数



1695
1696
1697
# File 'lib/v20190722/models.rb', line 1695

def AssociateAccount
  @AssociateAccount
end

#ConstIdObject

Parameters:

  • UserId:

    用户ID

  • PostTime:

    操作时间戳

  • AssociateAccount:

    业务参数

  • UserIp:

    用户Ip

  • RiskLevel:

    风险等级

  • RiskType:

    风险类型

  • ConstId:

    设备唯一ID

  • RiskInformation:

    风险扩展参数



1695
1696
1697
# File 'lib/v20190722/models.rb', line 1695

def ConstId
  @ConstId
end

#PostTimeObject

Parameters:

  • UserId:

    用户ID

  • PostTime:

    操作时间戳

  • AssociateAccount:

    业务参数

  • UserIp:

    用户Ip

  • RiskLevel:

    风险等级

  • RiskType:

    风险类型

  • ConstId:

    设备唯一ID

  • RiskInformation:

    风险扩展参数



1695
1696
1697
# File 'lib/v20190722/models.rb', line 1695

def PostTime
  @PostTime
end

#RiskInformationObject

Parameters:

  • UserId:

    用户ID

  • PostTime:

    操作时间戳

  • AssociateAccount:

    业务参数

  • UserIp:

    用户Ip

  • RiskLevel:

    风险等级

  • RiskType:

    风险类型

  • ConstId:

    设备唯一ID

  • RiskInformation:

    风险扩展参数



1695
1696
1697
# File 'lib/v20190722/models.rb', line 1695

def RiskInformation
  @RiskInformation
end

#RiskLevelObject

Parameters:

  • UserId:

    用户ID

  • PostTime:

    操作时间戳

  • AssociateAccount:

    业务参数

  • UserIp:

    用户Ip

  • RiskLevel:

    风险等级

  • RiskType:

    风险类型

  • ConstId:

    设备唯一ID

  • RiskInformation:

    风险扩展参数



1695
1696
1697
# File 'lib/v20190722/models.rb', line 1695

def RiskLevel
  @RiskLevel
end

#RiskTypeObject

Parameters:

  • UserId:

    用户ID

  • PostTime:

    操作时间戳

  • AssociateAccount:

    业务参数

  • UserIp:

    用户Ip

  • RiskLevel:

    风险等级

  • RiskType:

    风险类型

  • ConstId:

    设备唯一ID

  • RiskInformation:

    风险扩展参数



1695
1696
1697
# File 'lib/v20190722/models.rb', line 1695

def RiskType
  @RiskType
end

#UserIdObject

Parameters:

  • UserId:

    用户ID

  • PostTime:

    操作时间戳

  • AssociateAccount:

    业务参数

  • UserIp:

    用户Ip

  • RiskLevel:

    风险等级

  • RiskType:

    风险类型

  • ConstId:

    设备唯一ID

  • RiskInformation:

    风险扩展参数



1695
1696
1697
# File 'lib/v20190722/models.rb', line 1695

def UserId
  @UserId
end

#UserIpObject

Parameters:

  • UserId:

    用户ID

  • PostTime:

    操作时间戳

  • AssociateAccount:

    业务参数

  • UserIp:

    用户Ip

  • RiskLevel:

    风险等级

  • RiskType:

    风险类型

  • ConstId:

    设备唯一ID

  • RiskInformation:

    风险扩展参数



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