Class: TencentCloud::Cfw::V20190904::Column
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::Column
- Defined in:
- lib/v20190904/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.
706 707 708 709 |
# File 'lib/v20190904/models.rb', line 706 def initialize(name=nil, type=nil) @Name = name @Type = type end |
Instance Attribute Details
#Name ⇒ Object
704 705 706 |
# File 'lib/v20190904/models.rb', line 704 def Name @Name end |
#Type ⇒ Object
704 705 706 |
# File 'lib/v20190904/models.rb', line 704 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
711 712 713 714 |
# File 'lib/v20190904/models.rb', line 711 def deserialize(params) @Name = params['Name'] @Type = params['Type'] end |