Class: TencentCloud::Dasb::V20191018::DescribeDeviceGroupsRequest

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

Overview

DescribeDeviceGroups请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(idset = nil, name = nil, offset = nil, limit = nil, departmentid = nil) ⇒ DescribeDeviceGroupsRequest

Returns a new instance of DescribeDeviceGroupsRequest.



2340
2341
2342
2343
2344
2345
2346
# File 'lib/v20191018/models.rb', line 2340

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

Instance Attribute Details

#DepartmentIdObject

Parameters:

  • IdSet:

    资产组ID集合

  • Name:

    资产组名,最长64个字符,模糊查询

  • Offset:

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

  • Limit:

    每页条目数量,缺省20,最大500

  • DepartmentId:

    部门ID,用于过滤属于某个部门的资产组



2338
2339
2340
# File 'lib/v20191018/models.rb', line 2338

def DepartmentId
  @DepartmentId
end

#IdSetObject

Parameters:

  • IdSet:

    资产组ID集合

  • Name:

    资产组名,最长64个字符,模糊查询

  • Offset:

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

  • Limit:

    每页条目数量,缺省20,最大500

  • DepartmentId:

    部门ID,用于过滤属于某个部门的资产组



2338
2339
2340
# File 'lib/v20191018/models.rb', line 2338

def IdSet
  @IdSet
end

#LimitObject

Parameters:

  • IdSet:

    资产组ID集合

  • Name:

    资产组名,最长64个字符,模糊查询

  • Offset:

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

  • Limit:

    每页条目数量,缺省20,最大500

  • DepartmentId:

    部门ID,用于过滤属于某个部门的资产组



2338
2339
2340
# File 'lib/v20191018/models.rb', line 2338

def Limit
  @Limit
end

#NameObject

Parameters:

  • IdSet:

    资产组ID集合

  • Name:

    资产组名,最长64个字符,模糊查询

  • Offset:

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

  • Limit:

    每页条目数量,缺省20,最大500

  • DepartmentId:

    部门ID,用于过滤属于某个部门的资产组



2338
2339
2340
# File 'lib/v20191018/models.rb', line 2338

def Name
  @Name
end

#OffsetObject

Parameters:

  • IdSet:

    资产组ID集合

  • Name:

    资产组名,最长64个字符,模糊查询

  • Offset:

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

  • Limit:

    每页条目数量,缺省20,最大500

  • DepartmentId:

    部门ID,用于过滤属于某个部门的资产组



2338
2339
2340
# File 'lib/v20191018/models.rb', line 2338

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



2348
2349
2350
2351
2352
2353
2354
# File 'lib/v20191018/models.rb', line 2348

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