Class GoogleChatAppNamedSpaceResponseAttributes

Google Chat space attributes.

Hierarchy

  • GoogleChatAppNamedSpaceResponseAttributes

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
displayName?: string

Google space display name.

organizationBindingId?: string

Organization binding ID.

resourceName?: string

Google space resource name.

spaceUri?: string

Google space URI.

Generated using TypeDoc