Class: TencentCloud::Captcha::V20190722::DescribeCaptchaRceResultRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::DescribeCaptchaRceResultRequest
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaRceResult请求参数结构体
Instance Attribute Summary collapse
- #AppSecretKey ⇒ Object
- #BusinessId ⇒ Object
- #CaptchaAppId ⇒ Object
- #CaptchaType ⇒ Object
- #Imei ⇒ Object
- #MacAddress ⇒ Object
- #NeedGetCaptchaTime ⇒ Object
- #Randstr ⇒ Object
- #SceneId ⇒ Object
- #Ticket ⇒ Object
- #UserIp ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(captchatype = nil, ticket = nil, userip = nil, randstr = nil, captchaappid = nil, appsecretkey = nil, businessid = nil, sceneid = nil, macaddress = nil, imei = nil, needgetcaptchatime = nil) ⇒ DescribeCaptchaRceResultRequest
constructor
A new instance of DescribeCaptchaRceResultRequest.
Constructor Details
#initialize(captchatype = nil, ticket = nil, userip = nil, randstr = nil, captchaappid = nil, appsecretkey = nil, businessid = nil, sceneid = nil, macaddress = nil, imei = nil, needgetcaptchatime = nil) ⇒ DescribeCaptchaRceResultRequest
Returns a new instance of DescribeCaptchaRceResultRequest.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'lib/v20190722/models.rb', line 1041 def initialize(captchatype=nil, ticket=nil, userip=nil, randstr=nil, captchaappid=nil, appsecretkey=nil, businessid=nil, sceneid=nil, macaddress=nil, imei=nil, needgetcaptchatime=nil) @CaptchaType = captchatype @Ticket = ticket @UserIp = userip @Randstr = randstr @CaptchaAppId = captchaappid @AppSecretKey = appsecretkey @BusinessId = businessid @SceneId = sceneid @MacAddress = macaddress @Imei = imei @NeedGetCaptchaTime = needgetcaptchatime end |
Instance Attribute Details
#AppSecretKey ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def AppSecretKey @AppSecretKey end |
#BusinessId ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def BusinessId @BusinessId end |
#CaptchaAppId ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def CaptchaAppId @CaptchaAppId end |
#CaptchaType ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def CaptchaType @CaptchaType end |
#Imei ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def Imei @Imei end |
#MacAddress ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def MacAddress @MacAddress end |
#NeedGetCaptchaTime ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def NeedGetCaptchaTime @NeedGetCaptchaTime end |
#Randstr ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def Randstr @Randstr end |
#SceneId ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def SceneId @SceneId end |
#Ticket ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def Ticket @Ticket end |
#UserIp ⇒ Object
1039 1040 1041 |
# File 'lib/v20190722/models.rb', line 1039 def UserIp @UserIp end |
Instance Method Details
#deserialize(params) ⇒ Object
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/v20190722/models.rb', line 1055 def deserialize(params) @CaptchaType = params['CaptchaType'] @Ticket = params['Ticket'] @UserIp = params['UserIp'] @Randstr = params['Randstr'] @CaptchaAppId = params['CaptchaAppId'] @AppSecretKey = params['AppSecretKey'] @BusinessId = params['BusinessId'] @SceneId = params['SceneId'] @MacAddress = params['MacAddress'] @Imei = params['Imei'] @NeedGetCaptchaTime = params['NeedGetCaptchaTime'] end |