ExStreamClient.Model.SFUIDLastSeen (ExStreamClient v0.1.11)

View Source

Schema 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

t()

@type t() :: %ExStreamClient.Model.SFUIDLastSeen{
  id: String.t(),
  last_seen: DateTime.t() | integer() | String.t(),
  process_start_time: integer()
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()