Class: DatadogAPIClient::V2::ServiceDefinitionV1Org

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#applicationObject

App feature this service supports.



25
26
27
# File 'lib/datadog_api_client/v2/models/service_definition_v1_org.rb', line 25

def application
  @application
end

#teamObject

Team that owns the service.



28
29
30
# File 'lib/datadog_api_client/v2/models/service_definition_v1_org.rb', line 28

def team
  @team
end