Class: TencentCloud::Captcha::V20190722::DescribeCaptchaMiniDataRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190722/models.rb

Overview

DescribeCaptchaMiniData请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(captchaappid = nil, start = nil, _end = nil, type = nil) ⇒ DescribeCaptchaMiniDataRequest

Returns a new instance of DescribeCaptchaMiniDataRequest.



590
591
592
593
594
595
# File 'lib/v20190722/models.rb', line 590

def initialize(captchaappid=nil, start=nil, _end=nil, type=nil)
  @CaptchaAppId = captchaappid
  @Start = start
  @End = _end
  @Type = type
end

Instance Attribute Details

#CaptchaAppIdObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间 例如:2019112900

  • End:

    查询结束时间 例如:2019112902

  • Type:

    查询类型 安全验证码小程序插件分类查询数据接口,请求量type=0、通过量type=1、验证量type=2、拦截量type=3 小时级查询(五小时左右延迟)



588
589
590
# File 'lib/v20190722/models.rb', line 588

def CaptchaAppId
  @CaptchaAppId
end

#EndObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间 例如:2019112900

  • End:

    查询结束时间 例如:2019112902

  • Type:

    查询类型 安全验证码小程序插件分类查询数据接口,请求量type=0、通过量type=1、验证量type=2、拦截量type=3 小时级查询(五小时左右延迟)



588
589
590
# File 'lib/v20190722/models.rb', line 588

def End
  @End
end

#StartObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间 例如:2019112900

  • End:

    查询结束时间 例如:2019112902

  • Type:

    查询类型 安全验证码小程序插件分类查询数据接口,请求量type=0、通过量type=1、验证量type=2、拦截量type=3 小时级查询(五小时左右延迟)



588
589
590
# File 'lib/v20190722/models.rb', line 588

def Start
  @Start
end

#TypeObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间 例如:2019112900

  • End:

    查询结束时间 例如:2019112902

  • Type:

    查询类型 安全验证码小程序插件分类查询数据接口,请求量type=0、通过量type=1、验证量type=2、拦截量type=3 小时级查询(五小时左右延迟)



588
589
590
# File 'lib/v20190722/models.rb', line 588

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



597
598
599
600
601
602
# File 'lib/v20190722/models.rb', line 597

def deserialize(params)
  @CaptchaAppId = params['CaptchaAppId']
  @Start = params['Start']
  @End = params['End']
  @Type = params['Type']
end