ServiceDeskDTO class

Constructors

ServiceDeskDTO({SelfLinkDTO? links, String? id, String? projectId, String? projectKey, String? projectName})
ServiceDeskDTO.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the service desk.
final
REST API URL to the service desk.
final
projectId String?
ID of the peer project for the service desk.
final
projectKey String?
Key of the peer project of the service desk.
final
projectName String?
Name of the project and service desk.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({SelfLinkDTO? links, String? id, String? projectId, String? projectKey, String? projectName}) ServiceDeskDTO
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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