Membrane React - v0.2.1
    Preparing search index...

    Interface DataCollectionUpdateSubscriptionRequest

    interface DataCollectionUpdateSubscriptionRequest {
        parameters?: Record<string, any>;
        events?: { created?: boolean; updated?: boolean; deleted?: boolean };
        udm?: string;
        webhookUri: string;
        subscriptionId: string;
        cursor?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameters?: Record<string, any>
    events?: { created?: boolean; updated?: boolean; deleted?: boolean }
    udm?: string
    webhookUri: string
    subscriptionId: string
    cursor?: string