Class: TencentCloud::Captcha::V20190722::DescribeCaptchaMiniOperDataRequest

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

Overview

DescribeCaptchaMiniOperData请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeCaptchaMiniOperDataRequest.



729
730
731
732
733
734
# File 'lib/v20190722/models.rb', line 729

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

Instance Attribute Details

#CaptchaAppIdObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间

  • Type:

    查询类型

  • End:

    查询结束时间



727
728
729
# File 'lib/v20190722/models.rb', line 727

def CaptchaAppId
  @CaptchaAppId
end

#EndObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间

  • Type:

    查询类型

  • End:

    查询结束时间



727
728
729
# File 'lib/v20190722/models.rb', line 727

def End
  @End
end

#StartObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间

  • Type:

    查询类型

  • End:

    查询结束时间



727
728
729
# File 'lib/v20190722/models.rb', line 727

def Start
  @Start
end

#TypeObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间

  • Type:

    查询类型

  • End:

    查询结束时间



727
728
729
# File 'lib/v20190722/models.rb', line 727

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



736
737
738
739
740
741
# File 'lib/v20190722/models.rb', line 736

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