GoogleOperations class

An incident reported by Google Operations for a Google Workspace application.

Constructors

GoogleOperations({List<String>? affectedUserEmails, Attachment? attachmentData, String? description, String? header, String? title})
GoogleOperations.fromJson(Map _json)

Properties

affectedUserEmails List<String>?
The list of emails which correspond to the users directly affected by the incident.
getter/setter pair
attachmentData Attachment?
Application-specific data for an incident, provided when the Google Workspace application which reported the incident cannot be completely restored to a valid state.
getter/setter pair
description String?
A detailed, freeform incident description.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
A header to display above the incident message.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
A one-line incident description.
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