Class: DatadogAPIClient::V2::RelationResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RelationResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/relation_response.rb
Overview
Relation response data.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Relation attributes.
-
#id ⇒ Object
Relation ID.
-
#meta ⇒ Object
Relation metadata.
-
#relationships ⇒ Object
Relation relationships.
-
#subtype ⇒ Object
Relation subtype.
-
#type ⇒ Object
Relation type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/relation_response.rb', line 42 def additional_properties @additional_properties end |
#attributes ⇒ Object
Relation attributes.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/relation_response.rb', line 25 def attributes @attributes end |
#id ⇒ Object
Relation ID.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/relation_response.rb', line 28 def id @id end |
#meta ⇒ Object
Relation metadata.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/relation_response.rb', line 31 def @meta end |
#relationships ⇒ Object
Relation relationships.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/relation_response.rb', line 34 def relationships @relationships end |
#subtype ⇒ Object
Relation subtype.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/relation_response.rb', line 37 def subtype @subtype end |
#type ⇒ Object
Relation type.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/relation_response.rb', line 40 def type @type end |