Represents an event.

Implements

Constructors

Properties

Methods

Constructors

  • Creates a new instance of the class.

    Parameters

    • Optionalevent: string

      The event.

    Returns Event

Properties

event?: string

The event of the resource.

Methods

  • Converts this Citation to JSON.

    Returns {
        [k: string]: unknown;
    }

    JSON object

    • [k: string]: unknown