Class: DatadogAPIClient::V2::ServiceDefinitionV2Dot2Contact

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/service_definition_v2_dot2_contact.rb

Overview

Service owner's contacts information.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#contactObject

Contact value.



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

def contact
  @contact
end

#nameObject

Contact Name.



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

def name
  @name
end

#typeObject

Contact type. Datadog recognizes the following types: email, slack, and microsoft-teams.



31
32
33
# File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2_contact.rb', line 31

def type
  @type
end