TicketMemberContactDTOInternal constructor

TicketMemberContactDTOInternal({
  1. bool? anonymized,
  2. TicketMemberContactDTOInternalRoleTypeEnum? roleType,
  3. int? subjectId,
  4. String? label,
  5. String? accountLabel,
  6. String? phone,
  7. String? email,
})

Returns a new TicketMemberContactDTOInternal instance.

Implementation

TicketMemberContactDTOInternal({
  this.anonymized,
  this.roleType,
  this.subjectId,
  this.label,
  this.accountLabel,
  this.phone,
  this.email,
});