Class: DatadogAPIClient::V2::CreateConnectionRequestDataAttributesFieldsItems

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb

Overview

Definition of a custom attribute field to import from a data source connection.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 42

def additional_properties
  @additional_properties
end

#descriptionObject

Human-readable explanation of what the field represents.



25
26
27
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 25

def description
  @description
end

#display_nameObject

The human-readable label for the field shown in the UI.



28
29
30
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 28

def display_name
  @display_name
end

#groupsObject

List of group labels used to categorize the field.



31
32
33
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 31

def groups
  @groups
end

#idObject

The unique identifier for the field within the connection.



34
35
36
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 34

def id
  @id
end

#source_nameObject

The name of the column or attribute in the source data system that maps to this field.



37
38
39
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 37

def source_name
  @source_name
end

#typeObject

The data type of the field (for example, string or number).



40
41
42
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 40

def type
  @type
end