ExStreamClient.Model.UpsertConfigResponse (ExStreamClient v0.1.7)
View SourceSchema representing a UpsertConfigResponse
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.UpsertConfigResponse{ config: ExStreamClient.Model.ConfigResponse.t() | nil, duration: String.t() }