Represents a user object in the context of a schedule, including their id, type, and basic attributes.

Hierarchy

  • ScheduleUser

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

Provides basic user information for a schedule, including a name and email address.

id?: string

The unique user identifier.

Users resource type.

Generated using TypeDoc