nylas
    Preparing search index...

    Interface AutoGroupWorkspacesResponse

    Interface representing the response from starting an auto-group job.

    interface AutoGroupWorkspacesResponse {
        jobId: string;
        message: string;
    }
    Index

    Properties

    Properties

    jobId: string

    The ID of the background auto-group job.

    message: string

    A human-readable message describing the started job.