fileIds property
A list of file IDs attached to this assistant. There can be a maximum of 20 files attached to the assistant. Files are ordered by their creation date in ascending order.
Implementation
@JsonKey(name: "file_ids")
List<String> fileIds;