Class: DatadogAPIClient::V1::TopologyRequestServiceMap
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::TopologyRequestServiceMap
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/topology_request_service_map.rb
Overview
Request that returns nodes and edges from the service map data source.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#query ⇒ Object
Query to the service map topology data source.
-
#request_type ⇒ Object
Widget request type.
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/v1/models/topology_request_service_map.rb', line 30 def additional_properties @additional_properties end |
#query ⇒ Object
Query to the service map topology data source.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/topology_request_service_map.rb', line 25 def query @query end |
#request_type ⇒ Object
Widget request type.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/topology_request_service_map.rb', line 28 def request_type @request_type end |