Class: TencentCloud::Captcha::V20190722::DescribeCaptchaOperDataRequest

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

Overview

DescribeCaptchaOperData请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeCaptchaOperDataRequest.



968
969
970
971
972
973
# File 'lib/v20190722/models.rb', line 968

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:

    查询结束时间



966
967
968
# File 'lib/v20190722/models.rb', line 966

def CaptchaAppId
  @CaptchaAppId
end

#EndObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间

  • Type:

    查询类型

  • End:

    查询结束时间



966
967
968
# File 'lib/v20190722/models.rb', line 966

def End
  @End
end

#StartObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间

  • Type:

    查询类型

  • End:

    查询结束时间



966
967
968
# File 'lib/v20190722/models.rb', line 966

def Start
  @Start
end

#TypeObject

Parameters:

  • CaptchaAppId:

    验证码应用ID

  • Start:

    查询开始时间

  • Type:

    查询类型

  • End:

    查询结束时间



966
967
968
# File 'lib/v20190722/models.rb', line 966

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



975
976
977
978
979
980
# File 'lib/v20190722/models.rb', line 975

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