RequestTypeDTO class

Constructors

RequestTypeDTO({List<String>? expands, SelfLinkDTO? links, String? description, CustomerRequestCreateMetaDTO? fields, List<String>? groupIds, String? helpText, RequestTypeIconDTO? icon, String? id, String? issueTypeId, String? name, String? portalId, String? practice, String? serviceDeskId})
RequestTypeDTO.fromJson(Map<String, Object?> json)
factory

Properties

description String?
Description of the request type.
final
expands List<String>
List of items that can be expanded in the response by specifying the expand query parameter.
final
fields CustomerRequestCreateMetaDTO?
Fields and additional metadata for creating a request that uses the request type
final
groupIds List<String>
List of the request type groups the request type belongs to.
final
hashCode int
The hash code for this object.
no setterinherited
helpText String?
Help text for the request type.
final
icon RequestTypeIconDTO?
Links to the request type's icons.
final
id String?
ID for the request type.
final
issueTypeId String?
ID of the issue type the request type is based upon.
final
REST API URL for the request type.
final
name String?
Short name for the request type.
final
portalId String?
ID of the customer portal associated with the service desk project.
final
practice String?
The request type's practice
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceDeskId String?
ID of the service desk the request type belongs to.
final

Methods

copyWith({List<String>? expands, SelfLinkDTO? links, String? description, CustomerRequestCreateMetaDTO? fields, List<String>? groupIds, String? helpText, RequestTypeIconDTO? icon, String? id, String? issueTypeId, String? name, String? portalId, String? practice, String? serviceDeskId}) RequestTypeDTO
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