Class: DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataLocalFile
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataLocalFile
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_local_file.rb
Overview
File metadata for reference tables created by upload.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error_message ⇒ Object
The error message returned from the creation/update.
-
#error_row_count ⇒ Object
The number of rows that failed to create/update.
-
#upload_id ⇒ Object
The upload ID that was used to create/update the table.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_local_file.rb', line 33 def additional_properties @additional_properties end |
#error_message ⇒ Object
The error message returned from the creation/update.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_local_file.rb', line 25 def @error_message end |
#error_row_count ⇒ Object
The number of rows that failed to create/update.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_local_file.rb', line 28 def error_row_count @error_row_count end |
#upload_id ⇒ Object
The upload ID that was used to create/update the table.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_local_file.rb', line 31 def upload_id @upload_id end |