Complete details for an event subscription.

Constructors

Properties

active: boolean

Determines if the subscription is active or paused.

createdAt: Date

When this subscription was created. Formatted as milliseconds from the Unix epoch.

Type of event to listen for. Can be one of create, delete, deletedForPrivacy, or propertyChange.

id: string

The unique ID of the subscription.

objectTypeId?: string
propertyName?: string

The internal name of the property being monitored for changes. Only applies when eventType is propertyChange.

updatedAt?: Date

When this subscription was last updated. Formatted as milliseconds from the Unix epoch.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]