Class: TencentCloud::Captcha::V20190722::DescribeCaptchaResultRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::DescribeCaptchaResultRequest
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaResult请求参数结构体
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) ⇒ DescribeCaptchaResultRequest
constructor
A new instance of DescribeCaptchaResultRequest.
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) ⇒ DescribeCaptchaResultRequest
Returns a new instance of DescribeCaptchaResultRequest.
1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 |
# File 'lib/v20190722/models.rb', line 1158 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
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def AppSecretKey @AppSecretKey end |
#BusinessId ⇒ Object
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def BusinessId @BusinessId end |
#CaptchaAppId ⇒ Object
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def CaptchaAppId @CaptchaAppId end |
#CaptchaType ⇒ Object
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def CaptchaType @CaptchaType end |
#Imei ⇒ Object
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def Imei @Imei end |
#MacAddress ⇒ Object
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def MacAddress @MacAddress end |
#NeedGetCaptchaTime ⇒ Object
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def NeedGetCaptchaTime @NeedGetCaptchaTime end |
#Randstr ⇒ Object
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def Randstr @Randstr end |
#SceneId ⇒ Object
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def SceneId @SceneId end |
#Ticket ⇒ Object
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def Ticket @Ticket end |
#UserIp ⇒ Object
1156 1157 1158 |
# File 'lib/v20190722/models.rb', line 1156 def UserIp @UserIp end |
Instance Method Details
#deserialize(params) ⇒ Object
1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'lib/v20190722/models.rb', line 1172 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 |