ExStreamClient.Model.SFUIDLastSeen (ExStreamClient v0.1.11)
View SourceSchema representing a SFUIDLastSeen
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.SFUIDLastSeen{ id: String.t(), last_seen: DateTime.t() | integer() | String.t(), process_start_time: integer() }