Class IncidentGoogleMeetConfigurationDataAttributesResponse

Attributes of a Google Meet configuration.

Hierarchy

  • IncidentGoogleMeetConfigurationDataAttributesResponse

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
allowManualMeetingCreation: boolean

Whether manual meeting creation is allowed.

autoSummarize: boolean

Whether meetings are auto-summarized.

createdAt?: Date

Timestamp when the configuration was created.

modifiedAt: Date

Timestamp when the configuration was last modified.

Generated using TypeDoc