Class: TencentCloud::Domain::V20180808::DescribeTemplateListRequest

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

Overview

DescribeTemplateList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offset = nil, limit = nil, type = nil, status = nil, keyword = nil) ⇒ DescribeTemplateListRequest

Returns a new instance of DescribeTemplateListRequest.



2692
2693
2694
2695
2696
2697
2698
# File 'lib/v20180808/models.rb', line 2692

def initialize(offset=nil, limit=nil, type=nil, status=nil, keyword=nil)
  @Offset = offset
  @Limit = limit
  @Type = type
  @Status = status
  @Keyword = keyword
end

Instance Attribute Details

#KeywordObject

Parameters:

  • Offset:

    偏移量,默认为0。

  • Limit:

    返回数量,默认为20,最大值为100。

  • Type:

    用户注册类型,默认:all , 个人:I ,企业: E

  • Status:

    认证状态:未实名审核:NotUpload, 实名审核中:InAudit,已实名审核:Approved,实名审核失败:Reject,更新手机邮箱:NotVerified。

  • Keyword:

    关键字,用于域名所有者筛选



2690
2691
2692
# File 'lib/v20180808/models.rb', line 2690

def Keyword
  @Keyword
end

#LimitObject

Parameters:

  • Offset:

    偏移量,默认为0。

  • Limit:

    返回数量,默认为20,最大值为100。

  • Type:

    用户注册类型,默认:all , 个人:I ,企业: E

  • Status:

    认证状态:未实名审核:NotUpload, 实名审核中:InAudit,已实名审核:Approved,实名审核失败:Reject,更新手机邮箱:NotVerified。

  • Keyword:

    关键字,用于域名所有者筛选



2690
2691
2692
# File 'lib/v20180808/models.rb', line 2690

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Offset:

    偏移量,默认为0。

  • Limit:

    返回数量,默认为20,最大值为100。

  • Type:

    用户注册类型,默认:all , 个人:I ,企业: E

  • Status:

    认证状态:未实名审核:NotUpload, 实名审核中:InAudit,已实名审核:Approved,实名审核失败:Reject,更新手机邮箱:NotVerified。

  • Keyword:

    关键字,用于域名所有者筛选



2690
2691
2692
# File 'lib/v20180808/models.rb', line 2690

def Offset
  @Offset
end

#StatusObject

Parameters:

  • Offset:

    偏移量,默认为0。

  • Limit:

    返回数量,默认为20,最大值为100。

  • Type:

    用户注册类型,默认:all , 个人:I ,企业: E

  • Status:

    认证状态:未实名审核:NotUpload, 实名审核中:InAudit,已实名审核:Approved,实名审核失败:Reject,更新手机邮箱:NotVerified。

  • Keyword:

    关键字,用于域名所有者筛选



2690
2691
2692
# File 'lib/v20180808/models.rb', line 2690

def Status
  @Status
end

#TypeObject

Parameters:

  • Offset:

    偏移量,默认为0。

  • Limit:

    返回数量,默认为20,最大值为100。

  • Type:

    用户注册类型,默认:all , 个人:I ,企业: E

  • Status:

    认证状态:未实名审核:NotUpload, 实名审核中:InAudit,已实名审核:Approved,实名审核失败:Reject,更新手机邮箱:NotVerified。

  • Keyword:

    关键字,用于域名所有者筛选



2690
2691
2692
# File 'lib/v20180808/models.rb', line 2690

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



2700
2701
2702
2703
2704
2705
2706
# File 'lib/v20180808/models.rb', line 2700

def deserialize(params)
  @Offset = params['Offset']
  @Limit = params['Limit']
  @Type = params['Type']
  @Status = params['Status']
  @Keyword = params['Keyword']
end