Class IncidentGoogleChatConfigurationPatchDataAttributesRequest

Attributes for patching a Google Chat configuration. All fields are optional.

Hierarchy

  • IncidentGoogleChatConfigurationPatchDataAttributesRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
domainId?: string

The Google Chat domain ID.

spaceNameTemplate?: string

The template for the Google Chat space name.

spaceTargetAudienceId?: string

The target audience ID for the Google Chat space.

spaceTimeZone?: string

The time zone for the Google Chat space.

Generated using TypeDoc