Class: DatadogAPIClient::V2::CreateConnectionRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateConnectionRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb
Overview
Attributes defining the data source connection, including join configuration and custom fields.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#fields ⇒ Object
List of custom attribute fields to import from the data source.
-
#join_attribute ⇒ Object
readonly
The attribute in the data source used to join records with the entity.
-
#join_type ⇒ Object
readonly
The type of join key used to link the data source to the entity (for example, email or user_id).
-
#metadata ⇒ Object
Additional key-value metadata associated with the connection.
-
#type ⇒ Object
readonly
The type of data source connection (for example, ref_table).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 39 def additional_properties @additional_properties end |
#fields ⇒ Object
List of custom attribute fields to import from the data source.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 25 def fields @fields end |
#join_attribute ⇒ Object
The attribute in the data source used to join records with the entity.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 28 def join_attribute @join_attribute end |
#join_type ⇒ Object
The type of join key used to link the data source to the entity (for example, email or user_id).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 31 def join_type @join_type end |
#metadata ⇒ Object
Additional key-value metadata associated with the connection.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 34 def @metadata end |
#type ⇒ Object
The type of data source connection (for example, ref_table).
37 38 39 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 37 def type @type end |