messages property

List<Message>? messages
getter/setter pair

List of messages.

Note that each message resource contains only an id and a threadId. Additional message details can be fetched using the messages.get method.

Implementation

core.List<Message>? messages;