Class IncidentGoogleChatConfigurationDataAttributesResponse

Attributes of a Google Chat configuration.

Hierarchy

  • IncidentGoogleChatConfigurationDataAttributesResponse

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
createdAt: Date

Timestamp when the configuration was created.

domainId: string

The Google Chat domain ID.

modifiedAt: Date

Timestamp when the configuration was last modified.

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