RTSDK
    Preparing search index...

    Interface WebhookInterface

    interface WebhookInterface {
        active: boolean;
        assetId?: string;
        dataObject?: object;
        dateAdded: Date;
        description: string;
        isUniqueOnly: boolean;
        lastUpdated?: Date;
        title: string;
        type: string;
        url: string;
        urlSlug: string;
        webhookId?: string;
    }
    Index

    Properties

    active: boolean
    assetId?: string
    dataObject?: object
    dateAdded: Date
    description: string
    isUniqueOnly: boolean
    lastUpdated?: Date
    title: string
    type: string
    url: string
    urlSlug: string
    webhookId?: string