Class: TencentCloud::Wedata::V20210820::SourceFieldInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::SourceFieldInfo
- Defined in:
- lib/v20210820/models.rb
Overview
上游节点字段信息
Instance Attribute Summary collapse
-
#Alias ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Comment ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FieldName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FieldType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fieldname = nil, fieldtype = nil, _alias = nil, comment = nil) ⇒ SourceFieldInfo
constructor
A new instance of SourceFieldInfo.
Constructor Details
#initialize(fieldname = nil, fieldtype = nil, _alias = nil, comment = nil) ⇒ SourceFieldInfo
Returns a new instance of SourceFieldInfo.
33870 33871 33872 33873 33874 33875 |
# File 'lib/v20210820/models.rb', line 33870 def initialize(fieldname=nil, fieldtype=nil, _alias=nil, comment=nil) @FieldName = fieldname @FieldType = fieldtype @Alias = _alias @Comment = comment end |
Instance Attribute Details
#Alias ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
33868 33869 33870 |
# File 'lib/v20210820/models.rb', line 33868 def Alias @Alias end |
#Comment ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
33868 33869 33870 |
# File 'lib/v20210820/models.rb', line 33868 def Comment @Comment end |
#FieldName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
33868 33869 33870 |
# File 'lib/v20210820/models.rb', line 33868 def FieldName @FieldName end |
#FieldType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
33868 33869 33870 |
# File 'lib/v20210820/models.rb', line 33868 def FieldType @FieldType end |
Instance Method Details
#deserialize(params) ⇒ Object
33877 33878 33879 33880 33881 33882 |
# File 'lib/v20210820/models.rb', line 33877 def deserialize(params) @FieldName = params['FieldName'] @FieldType = params['FieldType'] @Alias = params['Alias'] @Comment = params['Comment'] end |