Class: TencentCloud::Tione::V20211111::SchemaInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::SchemaInfo
- Defined in:
- lib/v20211111/models.rb
Overview
表格数据集表头信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, type = nil) ⇒ SchemaInfo
constructor
A new instance of SchemaInfo.
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
#Name ⇒ Object
7769 7770 7771 |
# File 'lib/v20211111/models.rb', line 7769 def Name @Name end |
#Type ⇒ Object
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 |