Class: TencentCloud::Captcha::V20190722::DescribeCaptchaDataSumResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::DescribeCaptchaDataSumResponse
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaDataSum返回参数结构体
Instance Attribute Summary collapse
- #AttackSum ⇒ Object
- #CaptchaCode ⇒ Object
- #CaptchaMsg ⇒ Object
- #CheckTicketSum ⇒ Object
- #GetSum ⇒ Object
- #RequestId ⇒ Object
- #TicketInterceptSum ⇒ Object
- #TicketThroughputSum ⇒ Object
- #VfySuccSum ⇒ Object
- #VfySum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(getsum = nil, vfysuccsum = nil, vfysum = nil, attacksum = nil, captchamsg = nil, captchacode = nil, checkticketsum = nil, ticketthroughputsum = nil, ticketinterceptsum = nil, requestid = nil) ⇒ DescribeCaptchaDataSumResponse
constructor
A new instance of DescribeCaptchaDataSumResponse.
Constructor Details
#initialize(getsum = nil, vfysuccsum = nil, vfysum = nil, attacksum = nil, captchamsg = nil, captchacode = nil, checkticketsum = nil, ticketthroughputsum = nil, ticketinterceptsum = nil, requestid = nil) ⇒ DescribeCaptchaDataSumResponse
Returns a new instance of DescribeCaptchaDataSumResponse.
550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'lib/v20190722/models.rb', line 550 def initialize(getsum=nil, vfysuccsum=nil, vfysum=nil, attacksum=nil, captchamsg=nil, captchacode=nil, checkticketsum=nil, ticketthroughputsum=nil, ticketinterceptsum=nil, requestid=nil) @GetSum = getsum @VfySuccSum = vfysuccsum @VfySum = vfysum @AttackSum = attacksum @CaptchaMsg = captchamsg @CaptchaCode = captchacode @CheckTicketSum = checkticketsum @TicketThroughputSum = ticketthroughputsum @TicketInterceptSum = ticketinterceptsum @RequestId = requestid end |
Instance Attribute Details
#AttackSum ⇒ Object
548 549 550 |
# File 'lib/v20190722/models.rb', line 548 def AttackSum @AttackSum end |
#CaptchaCode ⇒ Object
548 549 550 |
# File 'lib/v20190722/models.rb', line 548 def CaptchaCode @CaptchaCode end |
#CaptchaMsg ⇒ Object
548 549 550 |
# File 'lib/v20190722/models.rb', line 548 def CaptchaMsg @CaptchaMsg end |
#CheckTicketSum ⇒ Object
548 549 550 |
# File 'lib/v20190722/models.rb', line 548 def CheckTicketSum @CheckTicketSum end |
#GetSum ⇒ Object
548 549 550 |
# File 'lib/v20190722/models.rb', line 548 def GetSum @GetSum end |
#RequestId ⇒ Object
548 549 550 |
# File 'lib/v20190722/models.rb', line 548 def RequestId @RequestId end |
#TicketInterceptSum ⇒ Object
548 549 550 |
# File 'lib/v20190722/models.rb', line 548 def TicketInterceptSum @TicketInterceptSum end |
#TicketThroughputSum ⇒ Object
548 549 550 |
# File 'lib/v20190722/models.rb', line 548 def TicketThroughputSum @TicketThroughputSum end |
#VfySuccSum ⇒ Object
548 549 550 |
# File 'lib/v20190722/models.rb', line 548 def VfySuccSum @VfySuccSum end |
#VfySum ⇒ Object
548 549 550 |
# File 'lib/v20190722/models.rb', line 548 def VfySum @VfySum end |
Instance Method Details
#deserialize(params) ⇒ Object
563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'lib/v20190722/models.rb', line 563 def deserialize(params) @GetSum = params['GetSum'] @VfySuccSum = params['VfySuccSum'] @VfySum = params['VfySum'] @AttackSum = params['AttackSum'] @CaptchaMsg = params['CaptchaMsg'] @CaptchaCode = params['CaptchaCode'] @CheckTicketSum = params['CheckTicketSum'] @TicketThroughputSum = params['TicketThroughputSum'] @TicketInterceptSum = params['TicketInterceptSum'] @RequestId = params['RequestId'] end |