View Source Appwrite.Types.HealthAntivirus (appwrite v0.2.1)

Represents the health status of the Appwrite antivirus service.

Fields

  • version (String.t()): Antivirus version.
  • status (String.t()): Antivirus status. One of "disabled", "offline", "online".

Summary

Types

t()

@type t() :: %Appwrite.Types.HealthAntivirus{status: String.t(), version: String.t()}