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

    Interface CustomFeedFilterMetadata

    interface CustomFeedFilterMetadata {
        criteria?: FeedFilterCriterion[];
        description?: string;
        fullName?: string;
        isProtected?: boolean;
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    criteria?: FeedFilterCriterion[]
    description?: string
    fullName?: string
    isProtected?: boolean
    label: string