Class: TencentCloud::Captcha::V20190722::DescribeCaptchaDataRequest

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

Overview

DescribeCaptchaData请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeCaptchaDataRequest.



451
452
453
454
455
456
# File 'lib/v20190722/models.rb', line 451

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:

    查询开始时间

  • End:

    查询结束时间

  • Type:

    查询类型



449
450
451
# File 'lib/v20190722/models.rb', line 449

def CaptchaAppId
  @CaptchaAppId
end

#EndObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间

  • End:

    查询结束时间

  • Type:

    查询类型



449
450
451
# File 'lib/v20190722/models.rb', line 449

def End
  @End
end

#StartObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间

  • End:

    查询结束时间

  • Type:

    查询类型



449
450
451
# File 'lib/v20190722/models.rb', line 449

def Start
  @Start
end

#TypeObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间

  • End:

    查询结束时间

  • Type:

    查询类型



449
450
451
# File 'lib/v20190722/models.rb', line 449

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



458
459
460
461
462
463
# File 'lib/v20190722/models.rb', line 458

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