Class: DatadogAPIClient::V2::IssuesSearchResultRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IssuesSearchResultRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/issues_search_result_relationships.rb
Overview
Relationships between the search result and other resources.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#issue ⇒ Object
Relationship between the search result and the corresponding issue.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/issues_search_result_relationships.rb', line 27 def additional_properties @additional_properties end |
#issue ⇒ Object
Relationship between the search result and the corresponding issue.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/issues_search_result_relationships.rb', line 25 def issue @issue end |