Class: TencentCloud::Wedata::V20210820::SourceFieldInfo

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

Overview

上游节点字段信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldname = nil, fieldtype = nil, _alias = nil, comment = nil) ⇒ SourceFieldInfo

Returns a new instance of SourceFieldInfo.



22837
22838
22839
22840
22841
22842
# File 'lib/v20210820/models.rb', line 22837

def initialize(fieldname=nil, fieldtype=nil, _alias=nil, comment=nil)
  @FieldName = fieldname
  @FieldType = fieldtype
  @Alias = _alias
  @Comment = comment
end

Instance Attribute Details

#AliasObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • FieldName:

    字段名称

  • FieldType:

    字段类型

  • Alias:

    字段别名

  • Comment:

    字段描述



22835
22836
22837
# File 'lib/v20210820/models.rb', line 22835

def Alias
  @Alias
end

#CommentObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • FieldName:

    字段名称

  • FieldType:

    字段类型

  • Alias:

    字段别名

  • Comment:

    字段描述



22835
22836
22837
# File 'lib/v20210820/models.rb', line 22835

def Comment
  @Comment
end

#FieldNameObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • FieldName:

    字段名称

  • FieldType:

    字段类型

  • Alias:

    字段别名

  • Comment:

    字段描述



22835
22836
22837
# File 'lib/v20210820/models.rb', line 22835

def FieldName
  @FieldName
end

#FieldTypeObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • FieldName:

    字段名称

  • FieldType:

    字段类型

  • Alias:

    字段别名

  • Comment:

    字段描述



22835
22836
22837
# File 'lib/v20210820/models.rb', line 22835

def FieldType
  @FieldType
end

Instance Method Details

#deserialize(params) ⇒ Object



22844
22845
22846
22847
22848
22849
# File 'lib/v20210820/models.rb', line 22844

def deserialize(params)
  @FieldName = params['FieldName']
  @FieldType = params['FieldType']
  @Alias = params['Alias']
  @Comment = params['Comment']
end