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.
953 954 955 956 |
# File 'lib/v20190904/models.rb', line 953 def initialize(name=nil, type=nil) @Name = name @Type = type end |
Instance Attribute Details
#Name ⇒ Object
951 952 953 |
# File 'lib/v20190904/models.rb', line 951 def Name @Name end |
#Type ⇒ Object
951 952 953 |
# File 'lib/v20190904/models.rb', line 951 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
958 959 960 961 |
# File 'lib/v20190904/models.rb', line 958 def deserialize(params) @Name = params['Name'] @Type = params['Type'] end |