Class: TencentCloud::Iotexplorer::V20190423::GetProjectListRequest

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

Overview

GetProjectList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offset = nil, limit = nil, instanceid = nil, projectid = nil, productid = nil, includes = nil, projectname = nil) ⇒ GetProjectListRequest

Returns a new instance of GetProjectListRequest.



8881
8882
8883
8884
8885
8886
8887
8888
8889
# File 'lib/v20190423/models.rb', line 8881

def initialize(offset=nil, limit=nil, instanceid=nil, projectid=nil, productid=nil, includes=nil, projectname=nil)
  @Offset = offset
  @Limit = limit
  @InstanceId = instanceid
  @ProjectId = projectid
  @ProductId = productid
  @Includes = includes
  @ProjectName = projectname
end

Instance Attribute Details

#IncludesObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    个数限制

  • InstanceId:

    实例ID

  • ProjectId:

    按项目ID搜索

  • ProductId:

    按产品ID搜索

  • Includes:

    加载 ProductCount、DeviceCount、ApplicationCount,可选值:ProductCount、DeviceCount、ApplicationCount,可多选

  • ProjectName:

    按项目名称搜索



8879
8880
8881
# File 'lib/v20190423/models.rb', line 8879

def Includes
  @Includes
end

#InstanceIdObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    个数限制

  • InstanceId:

    实例ID

  • ProjectId:

    按项目ID搜索

  • ProductId:

    按产品ID搜索

  • Includes:

    加载 ProductCount、DeviceCount、ApplicationCount,可选值:ProductCount、DeviceCount、ApplicationCount,可多选

  • ProjectName:

    按项目名称搜索



8879
8880
8881
# File 'lib/v20190423/models.rb', line 8879

def InstanceId
  @InstanceId
end

#LimitObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    个数限制

  • InstanceId:

    实例ID

  • ProjectId:

    按项目ID搜索

  • ProductId:

    按产品ID搜索

  • Includes:

    加载 ProductCount、DeviceCount、ApplicationCount,可选值:ProductCount、DeviceCount、ApplicationCount,可多选

  • ProjectName:

    按项目名称搜索



8879
8880
8881
# File 'lib/v20190423/models.rb', line 8879

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    个数限制

  • InstanceId:

    实例ID

  • ProjectId:

    按项目ID搜索

  • ProductId:

    按产品ID搜索

  • Includes:

    加载 ProductCount、DeviceCount、ApplicationCount,可选值:ProductCount、DeviceCount、ApplicationCount,可多选

  • ProjectName:

    按项目名称搜索



8879
8880
8881
# File 'lib/v20190423/models.rb', line 8879

def Offset
  @Offset
end

#ProductIdObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    个数限制

  • InstanceId:

    实例ID

  • ProjectId:

    按项目ID搜索

  • ProductId:

    按产品ID搜索

  • Includes:

    加载 ProductCount、DeviceCount、ApplicationCount,可选值:ProductCount、DeviceCount、ApplicationCount,可多选

  • ProjectName:

    按项目名称搜索



8879
8880
8881
# File 'lib/v20190423/models.rb', line 8879

def ProductId
  @ProductId
end

#ProjectIdObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    个数限制

  • InstanceId:

    实例ID

  • ProjectId:

    按项目ID搜索

  • ProductId:

    按产品ID搜索

  • Includes:

    加载 ProductCount、DeviceCount、ApplicationCount,可选值:ProductCount、DeviceCount、ApplicationCount,可多选

  • ProjectName:

    按项目名称搜索



8879
8880
8881
# File 'lib/v20190423/models.rb', line 8879

def ProjectId
  @ProjectId
end

#ProjectNameObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    个数限制

  • InstanceId:

    实例ID

  • ProjectId:

    按项目ID搜索

  • ProductId:

    按产品ID搜索

  • Includes:

    加载 ProductCount、DeviceCount、ApplicationCount,可选值:ProductCount、DeviceCount、ApplicationCount,可多选

  • ProjectName:

    按项目名称搜索



8879
8880
8881
# File 'lib/v20190423/models.rb', line 8879

def ProjectName
  @ProjectName
end

Instance Method Details

#deserialize(params) ⇒ Object



8891
8892
8893
8894
8895
8896
8897
8898
8899
# File 'lib/v20190423/models.rb', line 8891

def deserialize(params)
  @Offset = params['Offset']
  @Limit = params['Limit']
  @InstanceId = params['InstanceId']
  @ProjectId = params['ProjectId']
  @ProductId = params['ProductId']
  @Includes = params['Includes']
  @ProjectName = params['ProjectName']
end