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
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#join_attribute ⇒ Object
readonly
Returns the value of attribute join_attribute.
-
#join_type ⇒ Object
readonly
Returns the value of attribute join_type.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
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
Returns the value of attribute fields.
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
Returns the value of attribute join_attribute.
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
Returns the value of attribute join_type.
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
Returns the value of attribute metadata.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 34 def @metadata end |
#type ⇒ Object
Returns the value of attribute type.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb', line 37 def type @type end |