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

    Interface CareProviderSearchConfigMetadata

    interface CareProviderSearchConfigMetadata {
        fullName?: string;
        isActive?: boolean;
        isProtected?: boolean;
        mappedObject: ProviderSearchObjectMapping;
        masterLabel: string;
        sourceField?: string;
        targetField?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fullName?: string
    isActive?: boolean
    isProtected?: boolean
    masterLabel: string
    sourceField?: string
    targetField?: string