RequestTypeCreateDTO class

Constructors

RequestTypeCreateDTO({String? description, String? helpText, String? issueTypeId, String? name})
RequestTypeCreateDTO.fromJson(Map<String, Object?> json)
factory

Properties

description String?
Description of the request type on the service desk.
final
hashCode int
The hash code for this object.
no setterinherited
helpText String?
Help text for the request type on the service desk.
final
issueTypeId String?
ID of the request type to add to the service desk.
final
name String?
Name of the request type on the service desk.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? description, String? helpText, String? issueTypeId, String? name}) RequestTypeCreateDTO
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