Class: DatadogAPIClient::V2::ServiceDefinitionV2Dot1MSTeams
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ServiceDefinitionV2Dot1MSTeams
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/service_definition_v2_dot1_ms_teams.rb
Overview
Service owner’s Microsoft Teams.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#contact ⇒ Object
readonly
Contact value.
-
#name ⇒ Object
Contact Microsoft Teams.
-
#type ⇒ Object
readonly
Contact type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1_ms_teams.rb', line 33 def additional_properties @additional_properties end |
#contact ⇒ Object
Contact value.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1_ms_teams.rb', line 25 def contact @contact end |
#name ⇒ Object
Contact Microsoft Teams.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1_ms_teams.rb', line 28 def name @name end |
#type ⇒ Object
Contact type.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1_ms_teams.rb', line 31 def type @type end |