vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface PlatformEventSubscriberConfigMetadata

    interface PlatformEventSubscriberConfigMetadata {
        batchSize?: number;
        fullName?: string;
        isProtected?: boolean;
        masterLabel: string;
        platformEventConsumer: string;
        user?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    batchSize?: number
    fullName?: string
    isProtected?: boolean
    masterLabel: string
    platformEventConsumer: string
    user?: string