Class: DatadogAPIClient::V2::TableResultV2DataAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_byObject

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

#descriptionObject

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_metadataObject

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_byObject

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_countObject

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

#schemaObject

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

#sourceObject

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

#statusObject

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_nameObject

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

#tagsObject

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

#updated_atObject

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