Class: TencentCloud::Wedata::V20210820::SchemaDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::SchemaDetail
- Defined in:
- lib/v20210820/models.rb
Overview
元数据字段信息
Instance Attribute Summary collapse
-
#ColumnKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Description ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(columnkey = nil, description = nil, name = nil, type = nil) ⇒ SchemaDetail
constructor
A new instance of SchemaDetail.
Constructor Details
#initialize(columnkey = nil, description = nil, name = nil, type = nil) ⇒ SchemaDetail
Returns a new instance of SchemaDetail.
33219 33220 33221 33222 33223 33224 |
# File 'lib/v20210820/models.rb', line 33219 def initialize(columnkey=nil, description=nil, name=nil, type=nil) @ColumnKey = columnkey @Description = description @Name = name @Type = type end |
Instance Attribute Details
#ColumnKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
33217 33218 33219 |
# File 'lib/v20210820/models.rb', line 33217 def ColumnKey @ColumnKey end |
#Description ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
33217 33218 33219 |
# File 'lib/v20210820/models.rb', line 33217 def Description @Description end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
33217 33218 33219 |
# File 'lib/v20210820/models.rb', line 33217 def Name @Name end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
33217 33218 33219 |
# File 'lib/v20210820/models.rb', line 33217 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
33226 33227 33228 33229 33230 33231 |
# File 'lib/v20210820/models.rb', line 33226 def deserialize(params) @ColumnKey = params['ColumnKey'] @Description = params['Description'] @Name = params['Name'] @Type = params['Type'] end |