AlertMetadata class

An alert metadata.

Constructors

AlertMetadata({String? alertId, String? assignee, String? customerId, String? etag, String? severity, String? status, String? updateTime})
AlertMetadata.fromJson(Map _json)

Properties

alertId String?
The alert identifier.
getter/setter pair
assignee String?
The email address of the user assigned to the alert.
getter/setter pair
customerId String?
The unique identifier of the Google account of the customer.
getter/setter pair
etag String?
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of an alert metadata from overwriting each other.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
The severity value of the alert.
getter/setter pair
status String?
The current status of the alert.
getter/setter pair
updateTime String?
The time this metadata was last updated.
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