GdataCompositeMedia constructor

GdataCompositeMedia({
  1. String? blobRef,
  2. GdataBlobstore2Info? blobstore2Info,
  3. String? cosmoBinaryReference,
  4. int? crc32cHash,
  5. String? inline,
  6. String? length,
  7. String? md5Hash,
  8. GdataObjectId? objectId,
  9. String? path,
  10. String? referenceType,
  11. String? sha1Hash,
})

Implementation

GdataCompositeMedia({
  this.blobRef,
  this.blobstore2Info,
  this.cosmoBinaryReference,
  this.crc32cHash,
  this.inline,
  this.length,
  this.md5Hash,
  this.objectId,
  this.path,
  this.referenceType,
  this.sha1Hash,
});