ExStreamClient.Model.Command (ExStreamClient v0.1.11)
View SourceSchema representing a Command
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.Command{ args: String.t(), created_at: (DateTime.t() | integer() | String.t()) | nil, description: String.t(), name: String.t(), set: String.t(), updated_at: (DateTime.t() | integer() | String.t()) | nil }