Class: TencentCloud::Dasb::V20191018::DescribeCmdTemplatesRequest

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

Overview

DescribeCmdTemplates请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(idset = nil, name = nil, type = nil, offset = nil, limit = nil) ⇒ DescribeCmdTemplatesRequest

Returns a new instance of DescribeCmdTemplatesRequest.



2093
2094
2095
2096
2097
2098
2099
# File 'lib/v20191018/models.rb', line 2093

def initialize(idset=nil, name=nil, type=nil, offset=nil, limit=nil)
  @IdSet = idset
  @Name = name
  @Type = type
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#IdSetObject

Parameters:

  • IdSet:

    命令模板ID集合,非必需

  • Name:

    命令模板名,模糊查询,最大长度64字符

  • Type:

    命令模板类型 1-内置模板 2-自定义模板

  • Offset:

    分页偏移位置,默认值为0

  • Limit:

    每页条目数量,默认20



2091
2092
2093
# File 'lib/v20191018/models.rb', line 2091

def IdSet
  @IdSet
end

#LimitObject

Parameters:

  • IdSet:

    命令模板ID集合,非必需

  • Name:

    命令模板名,模糊查询,最大长度64字符

  • Type:

    命令模板类型 1-内置模板 2-自定义模板

  • Offset:

    分页偏移位置,默认值为0

  • Limit:

    每页条目数量,默认20



2091
2092
2093
# File 'lib/v20191018/models.rb', line 2091

def Limit
  @Limit
end

#NameObject

Parameters:

  • IdSet:

    命令模板ID集合,非必需

  • Name:

    命令模板名,模糊查询,最大长度64字符

  • Type:

    命令模板类型 1-内置模板 2-自定义模板

  • Offset:

    分页偏移位置,默认值为0

  • Limit:

    每页条目数量,默认20



2091
2092
2093
# File 'lib/v20191018/models.rb', line 2091

def Name
  @Name
end

#OffsetObject

Parameters:

  • IdSet:

    命令模板ID集合,非必需

  • Name:

    命令模板名,模糊查询,最大长度64字符

  • Type:

    命令模板类型 1-内置模板 2-自定义模板

  • Offset:

    分页偏移位置,默认值为0

  • Limit:

    每页条目数量,默认20



2091
2092
2093
# File 'lib/v20191018/models.rb', line 2091

def Offset
  @Offset
end

#TypeObject

Parameters:

  • IdSet:

    命令模板ID集合,非必需

  • Name:

    命令模板名,模糊查询,最大长度64字符

  • Type:

    命令模板类型 1-内置模板 2-自定义模板

  • Offset:

    分页偏移位置,默认值为0

  • Limit:

    每页条目数量,默认20



2091
2092
2093
# File 'lib/v20191018/models.rb', line 2091

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



2101
2102
2103
2104
2105
2106
2107
# File 'lib/v20191018/models.rb', line 2101

def deserialize(params)
  @IdSet = params['IdSet']
  @Name = params['Name']
  @Type = params['Type']
  @Offset = params['Offset']
  @Limit = params['Limit']
end