edgeport - v1.0.3
    Preparing search index...

    Interface PresentFilter

    A presence filter: attr=*.

    interface PresentFilter {
        attribute: string;
        type: "present";
    }
    Index
    attribute: string

    The attribute that must be present.

    type: "present"

    Discriminator.