Class: TencentCloud::Ckafka::V20190819::DescribeDatahubTasksRequest

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

Overview

DescribeDatahubTasks请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(limit = nil, offset = nil, searchword = nil, targettype = nil, tasktype = nil, sourcetype = nil, resource = nil) ⇒ DescribeDatahubTasksRequest

Returns a new instance of DescribeDatahubTasksRequest.



4828
4829
4830
4831
4832
4833
4834
4835
4836
# File 'lib/v20190819/models.rb', line 4828

def initialize(limit=nil, offset=nil, searchword=nil, targettype=nil, tasktype=nil, sourcetype=nil, resource=nil)
  @Limit = limit
  @Offset = offset
  @SearchWord = searchword
  @TargetType = targettype
  @TaskType = tasktype
  @SourceType = sourcetype
  @Resource = resource
end

Instance Attribute Details

#LimitObject

Parameters:

  • Limit:

    返回数量,默认为20,最大值为100 (超过100限制为100)

  • Offset:

    分页偏移量,默认为0

  • SearchWord:

    过滤条件,按照 TaskName 过滤,支持模糊查询

  • TargetType:

    转储的目标类型

  • TaskType:

    任务类型,SOURCE数据接入,SINK数据流出

  • SourceType:

    转储的源类型

  • Resource:

    转储的资源



4826
4827
4828
# File 'lib/v20190819/models.rb', line 4826

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Limit:

    返回数量,默认为20,最大值为100 (超过100限制为100)

  • Offset:

    分页偏移量,默认为0

  • SearchWord:

    过滤条件,按照 TaskName 过滤,支持模糊查询

  • TargetType:

    转储的目标类型

  • TaskType:

    任务类型,SOURCE数据接入,SINK数据流出

  • SourceType:

    转储的源类型

  • Resource:

    转储的资源



4826
4827
4828
# File 'lib/v20190819/models.rb', line 4826

def Offset
  @Offset
end

#ResourceObject

Parameters:

  • Limit:

    返回数量,默认为20,最大值为100 (超过100限制为100)

  • Offset:

    分页偏移量,默认为0

  • SearchWord:

    过滤条件,按照 TaskName 过滤,支持模糊查询

  • TargetType:

    转储的目标类型

  • TaskType:

    任务类型,SOURCE数据接入,SINK数据流出

  • SourceType:

    转储的源类型

  • Resource:

    转储的资源



4826
4827
4828
# File 'lib/v20190819/models.rb', line 4826

def Resource
  @Resource
end

#SearchWordObject

Parameters:

  • Limit:

    返回数量,默认为20,最大值为100 (超过100限制为100)

  • Offset:

    分页偏移量,默认为0

  • SearchWord:

    过滤条件,按照 TaskName 过滤,支持模糊查询

  • TargetType:

    转储的目标类型

  • TaskType:

    任务类型,SOURCE数据接入,SINK数据流出

  • SourceType:

    转储的源类型

  • Resource:

    转储的资源



4826
4827
4828
# File 'lib/v20190819/models.rb', line 4826

def SearchWord
  @SearchWord
end

#SourceTypeObject

Parameters:

  • Limit:

    返回数量,默认为20,最大值为100 (超过100限制为100)

  • Offset:

    分页偏移量,默认为0

  • SearchWord:

    过滤条件,按照 TaskName 过滤,支持模糊查询

  • TargetType:

    转储的目标类型

  • TaskType:

    任务类型,SOURCE数据接入,SINK数据流出

  • SourceType:

    转储的源类型

  • Resource:

    转储的资源



4826
4827
4828
# File 'lib/v20190819/models.rb', line 4826

def SourceType
  @SourceType
end

#TargetTypeObject

Parameters:

  • Limit:

    返回数量,默认为20,最大值为100 (超过100限制为100)

  • Offset:

    分页偏移量,默认为0

  • SearchWord:

    过滤条件,按照 TaskName 过滤,支持模糊查询

  • TargetType:

    转储的目标类型

  • TaskType:

    任务类型,SOURCE数据接入,SINK数据流出

  • SourceType:

    转储的源类型

  • Resource:

    转储的资源



4826
4827
4828
# File 'lib/v20190819/models.rb', line 4826

def TargetType
  @TargetType
end

#TaskTypeObject

Parameters:

  • Limit:

    返回数量,默认为20,最大值为100 (超过100限制为100)

  • Offset:

    分页偏移量,默认为0

  • SearchWord:

    过滤条件,按照 TaskName 过滤,支持模糊查询

  • TargetType:

    转储的目标类型

  • TaskType:

    任务类型,SOURCE数据接入,SINK数据流出

  • SourceType:

    转储的源类型

  • Resource:

    转储的资源



4826
4827
4828
# File 'lib/v20190819/models.rb', line 4826

def TaskType
  @TaskType
end

Instance Method Details

#deserialize(params) ⇒ Object



4838
4839
4840
4841
4842
4843
4844
4845
4846
# File 'lib/v20190819/models.rb', line 4838

def deserialize(params)
  @Limit = params['Limit']
  @Offset = params['Offset']
  @SearchWord = params['SearchWord']
  @TargetType = params['TargetType']
  @TaskType = params['TaskType']
  @SourceType = params['SourceType']
  @Resource = params['Resource']
end