ExStreamClient.Model.ListDevicesResponse (ExStreamClient v0.1.7)
View SourceSchema representing a ListDevicesResponse
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.ListDevicesResponse{ devices: [ExStreamClient.Model.DeviceResponse.t()], duration: String.t() }