nylas
    Preparing search index...

    Interface UpdateAgentListRequest

    Interface representing a request to update a Nylas Agent Account list.

    interface UpdateAgentListRequest {
        description?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    description?: string

    Optional description of the list's purpose.

    name?: string

    Human-readable name for the list.