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

    Interface EmployeeDataSyncProfileMetadata

    interface EmployeeDataSyncProfileMetadata {
        description?: string;
        employeeDataSyncField?: EmployeeDataSyncField[];
        fullName?: string;
        isActive: boolean;
        isProtected?: boolean;
        masterLabel: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    employeeDataSyncField?: EmployeeDataSyncField[]
    fullName?: string
    isActive: boolean
    isProtected?: boolean
    masterLabel: string