messages property

List<Message>? messages
getter/setter pair

List of messages changed in this history record.

The fields for specific change types, such as messagesAdded may duplicate messages in this field. We recommend using the specific change-type fields instead of this.

Implementation

core.List<Message>? messages;