threadId property

  1. @JsonKey(name: "thread_id")
String threadId
getter/setter pair

The ID of the thread that was executed on as a part of this run.

Implementation

@JsonKey(name: "thread_id")
String threadId;