Class: TencentCloud::Tione::V20211111::SchemaInfo

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

Overview

表格数据集表头信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, type = nil) ⇒ SchemaInfo

Returns a new instance of SchemaInfo.



7771
7772
7773
7774
# File 'lib/v20211111/models.rb', line 7771

def initialize(name=nil, type=nil)
  @Name = name
  @Type = type
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    长度30字符内

  • Type:

    数据类型



7769
7770
7771
# File 'lib/v20211111/models.rb', line 7769

def Name
  @Name
end

#TypeObject

Parameters:

  • Name:

    长度30字符内

  • Type:

    数据类型



7769
7770
7771
# File 'lib/v20211111/models.rb', line 7769

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



7776
7777
7778
7779
# File 'lib/v20211111/models.rb', line 7776

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