GdataMedia constructor

GdataMedia({
  1. String? algorithm,
  2. String? bigstoreObjectRef,
  3. String? blobRef,
  4. GdataBlobstore2Info? blobstore2Info,
  5. List<GdataCompositeMedia>? compositeMedia,
  6. String? contentType,
  7. GdataContentTypeInfo? contentTypeInfo,
  8. String? cosmoBinaryReference,
  9. int? crc32cHash,
  10. GdataDiffChecksumsResponse? diffChecksumsResponse,
  11. GdataDiffDownloadResponse? diffDownloadResponse,
  12. GdataDiffUploadRequest? diffUploadRequest,
  13. GdataDiffUploadResponse? diffUploadResponse,
  14. GdataDiffVersionResponse? diffVersionResponse,
  15. GdataDownloadParameters? downloadParameters,
  16. String? filename,
  17. String? hash,
  18. bool? hashVerified,
  19. String? inline,
  20. bool? isPotentialRetry,
  21. String? length,
  22. String? md5Hash,
  23. String? mediaId,
  24. GdataObjectId? objectId,
  25. String? path,
  26. String? referenceType,
  27. String? sha1Hash,
  28. String? sha256Hash,
  29. String? timestamp,
  30. String? token,
})

Implementation

GdataMedia({
  this.algorithm,
  this.bigstoreObjectRef,
  this.blobRef,
  this.blobstore2Info,
  this.compositeMedia,
  this.contentType,
  this.contentTypeInfo,
  this.cosmoBinaryReference,
  this.crc32cHash,
  this.diffChecksumsResponse,
  this.diffDownloadResponse,
  this.diffUploadRequest,
  this.diffUploadResponse,
  this.diffVersionResponse,
  this.downloadParameters,
  this.filename,
  this.hash,
  this.hashVerified,
  this.inline,
  this.isPotentialRetry,
  this.length,
  this.md5Hash,
  this.mediaId,
  this.objectId,
  this.path,
  this.referenceType,
  this.sha1Hash,
  this.sha256Hash,
  this.timestamp,
  this.token,
});