ExStreamClient.Model.UpdateUsersResponse (ExStreamClient v0.1.7)
View SourceSchema representing a UpdateUsersResponse
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.UpdateUsersResponse{ duration: String.t(), membership_deletion_task_id: String.t(), users: %{optional(String.t()) => ExStreamClient.Model.FullUserResponse.t()} }