ExStreamClient.Model.QueryThreadsResponse (ExStreamClient v0.1.7)
View SourceSchema representing a QueryThreadsResponse
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.QueryThreadsResponse{ duration: String.t(), next: String.t() | nil, prev: String.t() | nil, threads: [ExStreamClient.Model.ThreadStateResponse.t()] }