Upload constructor
Upload({
- String? arn,
- UploadCategory? category,
- String? contentType,
- DateTime? created,
- String? message,
- String? metadata,
- String? name,
- UploadStatus? status,
- UploadType? type,
- String? url,
Implementation
Upload({
this.arn,
this.category,
this.contentType,
this.created,
this.message,
this.metadata,
this.name,
this.status,
this.type,
this.url,
});