Schema representing a FlagDetailsResponse
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.FlagDetailsResponse{ automod: ExStreamClient.Model.AutomodDetailsResponse.t() | nil, extra: %{optional(String.t()) => any()} | nil, original_text: String.t() }