Escalation class

An escalation of a support case.

Constructors

Escalation({Actor? actor, String? createTime, String? justification, String? name, String? reason})
Escalation.fromJson(Map _json)

Properties

actor Actor?
The user or Google Support agent initiated this escalation.
getter/setter pair
createTime String?
The time when this escalation event was created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
justification String?
A free text description to accompany the reason field above.
getter/setter pair
name String?
The resource name for the escalation event.
getter/setter pair
reason String?
The reason why the Case is being escalated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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