Class: DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataLocalFile

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_messageObject

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
  @error_message
end

#error_row_countObject

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_idObject

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