Class: DatadogAPIClient::V2::SecurityMonitoringDatasetColumn
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringDatasetColumn
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_dataset_column.rb
Overview
A column exposed by an event platform dataset.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#column ⇒ Object
readonly
The name of the column.
-
#type ⇒ Object
readonly
The type of the column value.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_column.rb', line 30 def additional_properties @additional_properties end |
#column ⇒ Object
The name of the column.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_column.rb', line 25 def column @column end |
#type ⇒ Object
The type of the column value.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_column.rb', line 28 def type @type end |