Class: DatadogAPIClient::V2::TeamsAction
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamsAction
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/teams_action.rb
Overview
Sends a message to a Microsoft Teams channel.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#channel ⇒ Object
readonly
The channel ID.
-
#team ⇒ Object
readonly
The team ID.
-
#tenant ⇒ Object
readonly
The tenant ID.
-
#type ⇒ Object
readonly
Must be set to "send_teams_message".
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/teams_action.rb', line 36 def additional_properties @additional_properties end |
#channel ⇒ Object
The channel ID.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/teams_action.rb', line 25 def channel @channel end |
#team ⇒ Object
The team ID.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/teams_action.rb', line 28 def team @team end |
#tenant ⇒ Object
The tenant ID.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/teams_action.rb', line 31 def tenant @tenant end |
#type ⇒ Object
Must be set to "send_teams_message".
34 35 36 |
# File 'lib/datadog_api_client/v2/models/teams_action.rb', line 34 def type @type end |