Class: TencentCloud::Waf::V20180125::Column
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::Column
- Defined in:
- lib/v20180125/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
3305 3306 3307 3308 |
# File 'lib/v20180125/models.rb', line 3305 def initialize(name=nil, type=nil) @Name = name @Type = type end |
Instance Attribute Details
#Name ⇒ Object
3303 3304 3305 |
# File 'lib/v20180125/models.rb', line 3303 def Name @Name end |
#Type ⇒ Object
3303 3304 3305 |
# File 'lib/v20180125/models.rb', line 3303 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3310 3311 3312 3313 |
# File 'lib/v20180125/models.rb', line 3310 def deserialize(params) @Name = params['Name'] @Type = params['Type'] end |