SystemStatusResponse class abstract

SystemStatusResponse

Properties:

Constructors

SystemStatusResponse([void updates(SystemStatusResponseBuilder b)])
factory

Properties

androidLatestVersion String?
Latest Android version supported
no setter
androidMinVersion String?
Minimum Android version supported
no setter
databaseStatus String?
Status of database ("OK" or "UNHEALTHY"). Included when get_server_status parameter set.
no setter
desktopLatestVersion String?
Latest desktop version supported
no setter
desktopMinVersion String?
Minimum desktop version supported
no setter
filestoreStatus String?
Status of filestore ("OK" or "UNHEALTHY"). Included when get_server_status parameter set.
no setter
hashCode int
The hash code for this object.
no setterinherited
iosLatestVersion String?
Latest iOS version supported
no setter
iosMinVersion String?
Minimum iOS version supported
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Status of server ("OK" or "UNHEALTHY"). Included when get_server_status parameter set.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SystemStatusResponseBuilder)) SystemStatusResponse
Rebuilds the instance.
inherited
toBuilder() SystemStatusResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<SystemStatusResponse>
no setter