Class: DatadogAPIClient::V2::ServiceDefinitionV1Contact
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ServiceDefinitionV1Contact
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/service_definition_v1_contact.rb
Overview
Contact information about the service.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#email ⇒ Object
Service owner’s email.
-
#slack ⇒ Object
Service owner’s Slack channel.
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/v2/models/service_definition_v1_contact.rb', line 30 def additional_properties @additional_properties end |
#email ⇒ Object
Service owner’s email.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/service_definition_v1_contact.rb', line 25 def email @email end |
#slack ⇒ Object
Service owner’s Slack channel.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/service_definition_v1_contact.rb', line 28 def slack @slack end |