Class: TencentCloud::Wedata::V20210820::DescribeStandardRuleDetailInfoListRequest

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

Overview

DescribeStandardRuleDetailInfoList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, type = nil) ⇒ DescribeStandardRuleDetailInfoListRequest

Returns a new instance of DescribeStandardRuleDetailInfoListRequest.



15924
15925
15926
15927
# File 'lib/v20210820/models.rb', line 15924

def initialize(projectid=nil, type=nil)
  @ProjectId = projectid
  @Type = type
end

Instance Attribute Details

#ProjectIdObject

Parameters:

  • ProjectId:

    空间、项目id

  • Type:

    标准分类11编码映射 12数据过滤 13字符串转换 14数据元定义 15正则表达 16术语词典



15922
15923
15924
# File 'lib/v20210820/models.rb', line 15922

def ProjectId
  @ProjectId
end

#TypeObject

Parameters:

  • ProjectId:

    空间、项目id

  • Type:

    标准分类11编码映射 12数据过滤 13字符串转换 14数据元定义 15正则表达 16术语词典



15922
15923
15924
# File 'lib/v20210820/models.rb', line 15922

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



15929
15930
15931
15932
# File 'lib/v20210820/models.rb', line 15929

def deserialize(params)
  @ProjectId = params['ProjectId']
  @Type = params['Type']
end