Class: TencentCloud::Captcha::V20190722::DescribeCaptchaMiniDataSumResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::DescribeCaptchaMiniDataSumResponse
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaMiniDataSum返回参数结构体
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) ⇒ DescribeCaptchaMiniDataSumResponse
constructor
A new instance of DescribeCaptchaMiniDataSumResponse.
Constructor Details
#initialize(getsum = nil, vfysuccsum = nil, vfysum = nil, attacksum = nil, captchamsg = nil, captchacode = nil, checkticketsum = nil, ticketthroughputsum = nil, ticketinterceptsum = nil, requestid = nil) ⇒ DescribeCaptchaMiniDataSumResponse
Returns a new instance of DescribeCaptchaMiniDataSumResponse.
689 690 691 692 693 694 695 696 697 698 699 700 |
# File 'lib/v20190722/models.rb', line 689 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
687 688 689 |
# File 'lib/v20190722/models.rb', line 687 def AttackSum @AttackSum end |
#CaptchaCode ⇒ Object
687 688 689 |
# File 'lib/v20190722/models.rb', line 687 def CaptchaCode @CaptchaCode end |
#CaptchaMsg ⇒ Object
687 688 689 |
# File 'lib/v20190722/models.rb', line 687 def CaptchaMsg @CaptchaMsg end |
#CheckTicketSum ⇒ Object
687 688 689 |
# File 'lib/v20190722/models.rb', line 687 def CheckTicketSum @CheckTicketSum end |
#GetSum ⇒ Object
687 688 689 |
# File 'lib/v20190722/models.rb', line 687 def GetSum @GetSum end |
#RequestId ⇒ Object
687 688 689 |
# File 'lib/v20190722/models.rb', line 687 def RequestId @RequestId end |
#TicketInterceptSum ⇒ Object
687 688 689 |
# File 'lib/v20190722/models.rb', line 687 def TicketInterceptSum @TicketInterceptSum end |
#TicketThroughputSum ⇒ Object
687 688 689 |
# File 'lib/v20190722/models.rb', line 687 def TicketThroughputSum @TicketThroughputSum end |
#VfySuccSum ⇒ Object
687 688 689 |
# File 'lib/v20190722/models.rb', line 687 def VfySuccSum @VfySuccSum end |
#VfySum ⇒ Object
687 688 689 |
# File 'lib/v20190722/models.rb', line 687 def VfySum @VfySum end |
Instance Method Details
#deserialize(params) ⇒ Object
702 703 704 705 706 707 708 709 710 711 712 713 |
# File 'lib/v20190722/models.rb', line 702 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 |