AttachmentApiResult constructor
AttachmentApiResult({})
Returns a new AttachmentApiResult instance.
Implementation
AttachmentApiResult({
required this.id,
required this.fileId,
required this.type,
required this.size,
required this.createdDate,
required this.createdById,
required this.name,
this.modifiedDate,
this.modifiedById,
});