history property

List<History>? history
getter/setter pair

List of history records.

Any messages contained in the response will typically only have id and threadId fields populated.

Implementation

core.List<History>? history;