StreamUploadRequest constructor
StreamUploadRequest({
- required String id,
- String? title,
- String? status,
- String? type,
- double? progress,
- String? thumbnailPath,
- String? mediaId,
- Map<
String, String> ? tags, - Map<
String, dynamic> ? metadata, - bool? includeInReport,
- bool? isLibrary,
- bool? isStartOperationCompleted,
- String? startOperationStartedAt,
- String? startOperationEndedAt,
- bool? isCompleteOperationCompleted,
- String? completeOperationStartedAt,
- String? completeOperationEndedAt,
- List<
StreamUploadRequestPart> ? parts, - String? createdAt,
- String? updatedAt,
- String? startedAt,
- String? endedAt,
Implementation
StreamUploadRequest({
required this.id,
this.title,
this.status,
this.type,
this.progress,
this.thumbnailPath,
this.mediaId,
this.tags,
this.metadata,
this.includeInReport,
this.isLibrary,
this.isStartOperationCompleted,
this.startOperationStartedAt,
this.startOperationEndedAt,
this.isCompleteOperationCompleted,
this.completeOperationStartedAt,
this.completeOperationEndedAt,
this.parts,
this.createdAt,
this.updatedAt,
this.startedAt,
this.endedAt,
});