Class: TencentCloud::Wedata::V20210820::DescribeLineageInfoRequest

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

Overview

DescribeLineageInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(resourceoriid = nil, resourcetype = nil, qualifiedid = nil, direction = nil, inputdepth = nil, outputdepth = nil, platform = nil, lineagetype = nil, pagenumber = nil, pagesize = nil) ⇒ DescribeLineageInfoRequest

Returns a new instance of DescribeLineageInfoRequest.



12649
12650
12651
12652
12653
12654
12655
12656
12657
12658
12659
12660
# File 'lib/v20210820/models.rb', line 12649

def initialize(resourceoriid=nil, resourcetype=nil, qualifiedid=nil, direction=nil, inputdepth=nil, outputdepth=nil, platform=nil, lineagetype=nil, pagenumber=nil, pagesize=nil)
  @ResourceOriId = resourceoriid
  @ResourceType = resourcetype
  @QualifiedId = qualifiedid
  @Direction = direction
  @InputDepth = inputdepth
  @OutputDepth = outputdepth
  @Platform = platform
  @LineageType = lineagetype
  @PageNumber = pagenumber
  @PageSize = pagesize
end

Instance Attribute Details

#DirectionObject

Parameters:

  • 实体原始唯一ID

  • 实体类型

  • 血缘唯一ID

  • 查询方向

  • 查询入度

  • 查询出度

  • 数据来源

  • 血缘类型(分页使用)

  • 页码

  • 分页大小



12647
12648
12649
# File 'lib/v20210820/models.rb', line 12647

def Direction
  @Direction
end

#InputDepthObject

Parameters:

  • 实体原始唯一ID

  • 实体类型

  • 血缘唯一ID

  • 查询方向

  • 查询入度

  • 查询出度

  • 数据来源

  • 血缘类型(分页使用)

  • 页码

  • 分页大小



12647
12648
12649
# File 'lib/v20210820/models.rb', line 12647

def InputDepth
  @InputDepth
end

#LineageTypeObject

Parameters:

  • 实体原始唯一ID

  • 实体类型

  • 血缘唯一ID

  • 查询方向

  • 查询入度

  • 查询出度

  • 数据来源

  • 血缘类型(分页使用)

  • 页码

  • 分页大小



12647
12648
12649
# File 'lib/v20210820/models.rb', line 12647

def LineageType
  @LineageType
end

#OutputDepthObject

Parameters:

  • 实体原始唯一ID

  • 实体类型

  • 血缘唯一ID

  • 查询方向

  • 查询入度

  • 查询出度

  • 数据来源

  • 血缘类型(分页使用)

  • 页码

  • 分页大小



12647
12648
12649
# File 'lib/v20210820/models.rb', line 12647

def OutputDepth
  @OutputDepth
end

#PageNumberObject

Parameters:

  • 实体原始唯一ID

  • 实体类型

  • 血缘唯一ID

  • 查询方向

  • 查询入度

  • 查询出度

  • 数据来源

  • 血缘类型(分页使用)

  • 页码

  • 分页大小



12647
12648
12649
# File 'lib/v20210820/models.rb', line 12647

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • 实体原始唯一ID

  • 实体类型

  • 血缘唯一ID

  • 查询方向

  • 查询入度

  • 查询出度

  • 数据来源

  • 血缘类型(分页使用)

  • 页码

  • 分页大小



12647
12648
12649
# File 'lib/v20210820/models.rb', line 12647

def PageSize
  @PageSize
end

#PlatformObject

Parameters:

  • 实体原始唯一ID

  • 实体类型

  • 血缘唯一ID

  • 查询方向

  • 查询入度

  • 查询出度

  • 数据来源

  • 血缘类型(分页使用)

  • 页码

  • 分页大小



12647
12648
12649
# File 'lib/v20210820/models.rb', line 12647

def Platform
  @Platform
end

#QualifiedIdObject

Parameters:

  • 实体原始唯一ID

  • 实体类型

  • 血缘唯一ID

  • 查询方向

  • 查询入度

  • 查询出度

  • 数据来源

  • 血缘类型(分页使用)

  • 页码

  • 分页大小



12647
12648
12649
# File 'lib/v20210820/models.rb', line 12647

def QualifiedId
  @QualifiedId
end

#ResourceOriIdObject

Parameters:

  • 实体原始唯一ID

  • 实体类型

  • 血缘唯一ID

  • 查询方向

  • 查询入度

  • 查询出度

  • 数据来源

  • 血缘类型(分页使用)

  • 页码

  • 分页大小



12647
12648
12649
# File 'lib/v20210820/models.rb', line 12647

def ResourceOriId
  @ResourceOriId
end

#ResourceTypeObject

Parameters:

  • 实体原始唯一ID

  • 实体类型

  • 血缘唯一ID

  • 查询方向

  • 查询入度

  • 查询出度

  • 数据来源

  • 血缘类型(分页使用)

  • 页码

  • 分页大小



12647
12648
12649
# File 'lib/v20210820/models.rb', line 12647

def ResourceType
  @ResourceType
end

Instance Method Details

#deserialize(params) ⇒ Object



12662
12663
12664
12665
12666
12667
12668
12669
12670
12671
12672
12673
# File 'lib/v20210820/models.rb', line 12662

def deserialize(params)
  @ResourceOriId = params['ResourceOriId']
  @ResourceType = params['ResourceType']
  @QualifiedId = params['QualifiedId']
  @Direction = params['Direction']
  @InputDepth = params['InputDepth']
  @OutputDepth = params['OutputDepth']
  @Platform = params['Platform']
  @LineageType = params['LineageType']
  @PageNumber = params['PageNumber']
  @PageSize = params['PageSize']
end