Class: DatadogAPIClient::V2::ServiceDefinitionV1Org
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ServiceDefinitionV1Org
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/service_definition_v1_org.rb
Overview
Org related information about the service.
Instance Attribute Summary collapse
-
#application ⇒ Object
App feature this service supports.
-
#team ⇒ Object
Team that owns the service.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#application ⇒ Object
App feature this service supports.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/service_definition_v1_org.rb', line 29 def application @application end |
#team ⇒ Object
Team that owns the service.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/service_definition_v1_org.rb', line 32 def team @team end |