AppsOutage class

An outage incident reported for a Google Workspace service.

Constructors

AppsOutage({String? dashboardUri, String? nextUpdateTime, List<String>? products, String? resolutionTime, String? status})
AppsOutage.fromJson(Map _json)

Properties

dashboardUri String?
Link to the outage event in Google Workspace Status Dashboard
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextUpdateTime String?
Timestamp by which the next update is expected to arrive.
getter/setter pair
products List<String>?
List of products impacted by the outage.
getter/setter pair
resolutionTime String?
Timestamp when the outage is expected to be resolved, or has confirmed resolution.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Current outage status. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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