Class: TencentCloud::Wedata::V20250806::SchemaInfo

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

Overview

Schema信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(guid = nil, name = nil, databasename = nil) ⇒ SchemaInfo

Returns a new instance of SchemaInfo.



11053
11054
11055
11056
11057
# File 'lib/v20250806/models.rb', line 11053

def initialize(guid=nil, name=nil, databasename=nil)
  @Guid = guid
  @Name = name
  @DatabaseName = databasename
end

Instance Attribute Details

#DatabaseNameObject

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

Parameters:

  • Guid:

    Schema GUID

  • Name:

    Schema名称

  • DatabaseName:

    数据库名称



11051
11052
11053
# File 'lib/v20250806/models.rb', line 11051

def DatabaseName
  @DatabaseName
end

#GuidObject

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

Parameters:

  • Guid:

    Schema GUID

  • Name:

    Schema名称

  • DatabaseName:

    数据库名称



11051
11052
11053
# File 'lib/v20250806/models.rb', line 11051

def Guid
  @Guid
end

#NameObject

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

Parameters:

  • Guid:

    Schema GUID

  • Name:

    Schema名称

  • DatabaseName:

    数据库名称



11051
11052
11053
# File 'lib/v20250806/models.rb', line 11051

def Name
  @Name
end

Instance Method Details

#deserialize(params) ⇒ Object



11059
11060
11061
11062
11063
# File 'lib/v20250806/models.rb', line 11059

def deserialize(params)
  @Guid = params['Guid']
  @Name = params['Name']
  @DatabaseName = params['DatabaseName']
end