Case class

A support case.

Constructors

Case({CaseClassification? classification, String? createTime, Actor? creator, String? description, String? displayName, bool? escalated, String? name, String? priority, String? severity, String? state, List<String>? subscriberEmailAddresses, bool? testCase, String? timeZone, String? updateTime})
Case.fromJson(Map _json)

Properties

classification CaseClassification?
The issue classification applicable to this case.
getter/setter pair
createTime String?
The time this case was created.
getter/setter pair
creator Actor?
The user who created the case.
getter/setter pair
description String?
A broad description of the issue.
getter/setter pair
displayName String?
The short summary of the issue reported in this case.
getter/setter pair
escalated bool?
Whether the case is currently escalated.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name for the case.
getter/setter pair
priority String?
The priority of this case.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
The severity of this case.
getter/setter pair
state String?
The current status of the support case.
getter/setter pair
subscriberEmailAddresses List<String>?
The email addresses to receive updates on this case.
getter/setter pair
testCase bool?
Whether this case was created for internal API testing and should not be acted on by the support team.
getter/setter pair
timeZone String?
The timezone of the user who created the support case.
getter/setter pair
updateTime String?
The time this case 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