A class representing a collection of area backups.

Constructors

Accessors

  • get ids(): string[]

    The IDs of the area backups.

    Returns string[]

  • get structureIds(): string[]

    The structure IDs of the area backups.

    Returns string[]

Methods

  • Deletes all area backups.

    Returns void

  • Deletes an area backup by its ID.

    Parameters

    • id: string

      The ID of the area backup.

    Returns void