Appwrite. Types. HealthQueue
(appwrite v1.0.0)
View Source
Represents the size of an Appwrite internal queue.
Fields
size(non_neg_integer()): Number of actions currently in the queue.
Summary
Types
@type t() :: %Appwrite.Types.HealthQueue{size: non_neg_integer()}