ListResponse
Class representation of a Nylas response object that contains a list of objects.
Constructors
Link copied to clipboard
public ListResponse<T> ListResponse<T extends Any>( @Json(name = "data") List<T> data, @Json(name = "request_id") String requestId, @Json(name = "next_cursor") String nextCursor)