interface SubscriptionEventAllocate {
    attributes: readonly Attribute[];
    type: "sentinel.subscription.v2.EventAllocate";
    value: EventAllocate;
}

Hierarchy

  • Event
    • SubscriptionEventAllocate

Properties

Properties

attributes: readonly Attribute[]
type: "sentinel.subscription.v2.EventAllocate"
value: EventAllocate

Generated using TypeDoc