Class: DatadogAPIClient::V2::TableResultV2DataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TableResultV2DataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb
Overview
The definition of TableResultV2DataAttributes
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_by ⇒ Object
UUID of the user who created the reference table.
-
#description ⇒ Object
The description of the reference table.
-
#file_metadata ⇒ Object
The definition of
TableResultV2DataAttributesFileMetadata
object. -
#last_updated_by ⇒ Object
UUID of the user who last updated the reference table.
-
#row_count ⇒ Object
The number of successfully processed rows in the reference table.
-
#schema ⇒ Object
The definition of
TableResultV2DataAttributesSchema
object. -
#source ⇒ Object
The source type for reference table data.
-
#status ⇒ Object
The status of the reference table.
-
#table_name ⇒ Object
The name of the reference table.
-
#tags ⇒ Object
The tags of the reference table.
-
#updated_at ⇒ Object
The timestamp of the last update to the reference table in ISO 8601 format.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 57 def additional_properties @additional_properties end |
#created_by ⇒ Object
UUID of the user who created the reference table.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 25 def created_by @created_by end |
#description ⇒ Object
The description of the reference table.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 28 def description @description end |
#file_metadata ⇒ Object
The definition of TableResultV2DataAttributesFileMetadata
object.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 31 def @file_metadata end |
#last_updated_by ⇒ Object
UUID of the user who last updated the reference table.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 34 def last_updated_by @last_updated_by end |
#row_count ⇒ Object
The number of successfully processed rows in the reference table.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 37 def row_count @row_count end |
#schema ⇒ Object
The definition of TableResultV2DataAttributesSchema
object.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 40 def schema @schema end |
#source ⇒ Object
The source type for reference table data. Includes all possible source types that can appear in responses.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 43 def source @source end |
#status ⇒ Object
The status of the reference table.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 46 def status @status end |
#table_name ⇒ Object
The name of the reference table.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 49 def table_name @table_name end |
#tags ⇒ Object
The tags of the reference table.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 52 def @tags end |
#updated_at ⇒ Object
The timestamp of the last update to the reference table in ISO 8601 format.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 55 def updated_at @updated_at end |