Class: TencentCloud::Captcha::V20190722::UpdateCaptchaAppIdInfoRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::UpdateCaptchaAppIdInfoRequest
- Defined in:
- lib/v20190722/models.rb
Overview
UpdateCaptchaAppIdInfo请求参数结构体
Instance Attribute Summary collapse
- #AppName ⇒ Object
- #CaptchaAppId ⇒ Object
- #CaptchaLanguage ⇒ Object
- #CapType ⇒ Object
- #DomainLimit ⇒ Object
- #EvilInterceptGrade ⇒ Object
- #MailAlarm ⇒ Object
- #SceneType ⇒ Object
- #SchemeColor ⇒ Object
- #SmartEngine ⇒ Object
- #SmartVerify ⇒ Object
- #TopFullScreen ⇒ Object
- #TrafficThreshold ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(captchaappid = nil, appname = nil, domainlimit = nil, scenetype = nil, captype = nil, evilinterceptgrade = nil, smartverify = nil, smartengine = nil, schemecolor = nil, captchalanguage = nil, mailalarm = nil, topfullscreen = nil, trafficthreshold = nil) ⇒ UpdateCaptchaAppIdInfoRequest
constructor
A new instance of UpdateCaptchaAppIdInfoRequest.
Constructor Details
#initialize(captchaappid = nil, appname = nil, domainlimit = nil, scenetype = nil, captype = nil, evilinterceptgrade = nil, smartverify = nil, smartengine = nil, schemecolor = nil, captchalanguage = nil, mailalarm = nil, topfullscreen = nil, trafficthreshold = nil) ⇒ UpdateCaptchaAppIdInfoRequest
Returns a new instance of UpdateCaptchaAppIdInfoRequest.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 |
# File 'lib/v20190722/models.rb', line 1871 def initialize(captchaappid=nil, appname=nil, domainlimit=nil, scenetype=nil, captype=nil, evilinterceptgrade=nil, smartverify=nil, smartengine=nil, schemecolor=nil, captchalanguage=nil, mailalarm=nil, topfullscreen=nil, trafficthreshold=nil) @CaptchaAppId = captchaappid @AppName = appname @DomainLimit = domainlimit @SceneType = scenetype @CapType = captype @EvilInterceptGrade = evilinterceptgrade @SmartVerify = smartverify @SmartEngine = smartengine @SchemeColor = schemecolor @CaptchaLanguage = captchalanguage @MailAlarm = mailalarm @TopFullScreen = topfullscreen @TrafficThreshold = trafficthreshold end |
Instance Attribute Details
#AppName ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def AppName @AppName end |
#CaptchaAppId ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def CaptchaAppId @CaptchaAppId end |
#CaptchaLanguage ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def CaptchaLanguage @CaptchaLanguage end |
#CapType ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def CapType @CapType end |
#DomainLimit ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def DomainLimit @DomainLimit end |
#EvilInterceptGrade ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def EvilInterceptGrade @EvilInterceptGrade end |
#MailAlarm ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def MailAlarm @MailAlarm end |
#SceneType ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def SceneType @SceneType end |
#SchemeColor ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def SchemeColor @SchemeColor end |
#SmartEngine ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def SmartEngine @SmartEngine end |
#SmartVerify ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def SmartVerify @SmartVerify end |
#TopFullScreen ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def TopFullScreen @TopFullScreen end |
#TrafficThreshold ⇒ Object
1869 1870 1871 |
# File 'lib/v20190722/models.rb', line 1869 def TrafficThreshold @TrafficThreshold end |
Instance Method Details
#deserialize(params) ⇒ Object
1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 |
# File 'lib/v20190722/models.rb', line 1887 def deserialize(params) @CaptchaAppId = params['CaptchaAppId'] @AppName = params['AppName'] @DomainLimit = params['DomainLimit'] @SceneType = params['SceneType'] @CapType = params['CapType'] @EvilInterceptGrade = params['EvilInterceptGrade'] @SmartVerify = params['SmartVerify'] @SmartEngine = params['SmartEngine'] @SchemeColor = params['SchemeColor'] @CaptchaLanguage = params['CaptchaLanguage'] @MailAlarm = params['MailAlarm'] @TopFullScreen = params['TopFullScreen'] @TrafficThreshold = params['TrafficThreshold'] end |