Nylas List Item
Class representation of a single item in a Nylas list.
Constructors
Link copied to clipboard
public NylasListItem NylasListItem(@Json(name = "id" ) String id, @Json(name = "list_id" ) String listId, @Json(name = "value" ) String value, @Json(name = "created_at" ) Long createdAt)