nylas
    Preparing search index...

    Interface FindBookingParams

    The parameters for the Bookings.find method

    interface FindBookingParams {
        bookingId: string;
        queryParams?: FindBookingQueryParams;
    }
    Index

    Properties

    bookingId: string

    The id of the Booking to retrieve. Use "primary" to refer to the primary booking associated with grant.

    The query parameters to include in the request