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

    Interface PlatformEventChannelMemberMetadata

    interface PlatformEventChannelMemberMetadata {
        enrichedFields?: EnrichedField[];
        eventChannel: string;
        filterExpression?: string;
        fullName?: string;
        selectedEntity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enrichedFields?: EnrichedField[]
    eventChannel: string
    filterExpression?: string
    fullName?: string
    selectedEntity: string