Class: DatadogAPIClient::V2::IncidentGoogleChatConfigurationPatchDataAttributesRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentGoogleChatConfigurationPatchDataAttributesRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_data_attributes_request.rb
Overview
Attributes for patching a Google Chat configuration. All fields are optional.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#domain_id ⇒ Object
The Google Chat domain ID.
-
#space_name_template ⇒ Object
The template for the Google Chat space name.
-
#space_target_audience_id ⇒ Object
The target audience ID for the Google Chat space.
-
#space_time_zone ⇒ Object
The time zone for the Google Chat space.
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/incident_google_chat_configuration_patch_data_attributes_request.rb', line 36 def additional_properties @additional_properties end |
#domain_id ⇒ Object
The Google Chat domain ID.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_data_attributes_request.rb', line 25 def domain_id @domain_id end |
#space_name_template ⇒ Object
The template for the Google Chat space name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_data_attributes_request.rb', line 28 def space_name_template @space_name_template end |
#space_target_audience_id ⇒ Object
The target audience ID for the Google Chat space.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_data_attributes_request.rb', line 31 def space_target_audience_id @space_target_audience_id end |
#space_time_zone ⇒ Object
The time zone for the Google Chat space.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_data_attributes_request.rb', line 34 def space_time_zone @space_time_zone end |