Class ScheduleUpdateRequestDataAttributesLayersItemsMembersItems

Defines a single member within a layer during an update request, referring to a specific user.

Hierarchy

  • ScheduleUpdateRequestDataAttributesLayersItemsMembersItems

Constructors

Properties

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

Identifies the user who is assigned to this member object. Only id is required.

Generated using TypeDoc