completedJobId property

String? get completedJobId
inherited

Present only when state is completed; may differ from jobId on deduplication.

Implementation

String get jobId; int get partSizeBytes; int get partCount; List<int> get receivedParts;@JsonKey(toJson: iso8601) DateTime get expiresAt;@VideoGetUploadStatusStateConverter() VideoGetUploadStatusState get state;/// Present only when state is completed; may differ from jobId on deduplication.
String? get completedJobId;