RequestTypeDTO constructor
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,
Implementation
RequestTypeDTO(
{List<String>? expands,
this.links,
this.description,
this.fields,
List<String>? groupIds,
this.helpText,
this.icon,
this.id,
this.issueTypeId,
this.name,
this.portalId,
this.practice,
this.serviceDeskId})
: expands = expands ?? [],
groupIds = groupIds ?? [];