Appwrite.Types.HealthAntivirus (appwrite v1.0.0)

View Source

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()}