Class: DatadogAPIClient::V2::OrgConnectionAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OrgConnectionAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/org_connection_attributes.rb
Overview
Org connection attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#connection_types ⇒ Object
readonly
List of connection types.
-
#created_at ⇒ Object
readonly
Timestamp when the connection was created.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/org_connection_attributes.rb', line 30 def additional_properties @additional_properties end |
#connection_types ⇒ Object
List of connection types.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/org_connection_attributes.rb', line 25 def connection_types @connection_types end |
#created_at ⇒ Object
Timestamp when the connection was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/org_connection_attributes.rb', line 28 def created_at @created_at end |