Class: TencentCloud::Cls::V20201016::Column
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::Column
- Defined in:
- lib/v20201016/models.rb
Overview
日志分析的列属性
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, type = nil) ⇒ Column
constructor
A new instance of Column.
Constructor Details
#initialize(name = nil, type = nil) ⇒ Column
Returns a new instance of Column.
1358 1359 1360 1361 |
# File 'lib/v20201016/models.rb', line 1358 def initialize(name=nil, type=nil) @Name = name @Type = type end |
Instance Attribute Details
#Name ⇒ Object
1356 1357 1358 |
# File 'lib/v20201016/models.rb', line 1356 def Name @Name end |
#Type ⇒ Object
1356 1357 1358 |
# File 'lib/v20201016/models.rb', line 1356 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1363 1364 1365 1366 |
# File 'lib/v20201016/models.rb', line 1363 def deserialize(params) @Name = params['Name'] @Type = params['Type'] end |