runId property

  1. @JsonKey(name: "run_id")
String? runId
getter/setter pair

If applicable, the ID of the run associated with the authoring of this message.

Implementation

@JsonKey(name: "run_id")
String? runId;