Media class

gdata.* are outside protos with mising documentation

Constructors

Media({String? algorithm, String? bigstoreObjectRef, String? blobRef, Blobstore2Info? blobstore2Info, List<CompositeMedia>? compositeMedia, String? contentType, ContentTypeInfo? contentTypeInfo, String? cosmoBinaryReference, int? crc32cHash, DiffChecksumsResponse? diffChecksumsResponse, DiffDownloadResponse? diffDownloadResponse, DiffUploadRequest? diffUploadRequest, DiffUploadResponse? diffUploadResponse, DiffVersionResponse? diffVersionResponse, DownloadParameters? downloadParameters, String? filename, String? hash, bool? hashVerified, String? inline, bool? isPotentialRetry, String? length, String? md5Hash, String? mediaId, ObjectId? objectId, String? path, String? referenceType, String? sha1Hash, String? sha256Hash, String? sha512Hash, String? timestamp, String? token})
Media.fromJson(Map json_)

Properties

algorithm ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
bigstoreObjectRef ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
bigstoreObjectRefAsBytes ↔ List<int>
getter/setter pair
blobRef ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
blobRefAsBytes ↔ List<int>
getter/setter pair
blobstore2Info ↔ Blobstore2Info?
gdata.* are outside protos with mising documentation
getter/setter pair
compositeMedia ↔ List<CompositeMedia>?
gdata.* are outside protos with mising documentation
getter/setter pair
contentType ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
contentTypeInfo ↔ ContentTypeInfo?
gdata.* are outside protos with mising documentation
getter/setter pair
cosmoBinaryReference ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
cosmoBinaryReferenceAsBytes ↔ List<int>
getter/setter pair
crc32cHash ↔ int?
gdata.* are outside protos with mising documentation
getter/setter pair
diffChecksumsResponse ↔ DiffChecksumsResponse?
gdata.* are outside protos with mising documentation
getter/setter pair
diffDownloadResponse ↔ DiffDownloadResponse?
gdata.* are outside protos with mising documentation
getter/setter pair
diffUploadRequest ↔ DiffUploadRequest?
gdata.* are outside protos with mising documentation
getter/setter pair
diffUploadResponse ↔ DiffUploadResponse?
gdata.* are outside protos with mising documentation
getter/setter pair
diffVersionResponse ↔ DiffVersionResponse?
gdata.* are outside protos with mising documentation
getter/setter pair
downloadParameters ↔ DownloadParameters?
gdata.* are outside protos with mising documentation
getter/setter pair
filename ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
hash ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
hashVerified ↔ bool?
gdata.* are outside protos with mising documentation
getter/setter pair
inline ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
inlineAsBytes ↔ List<int>
getter/setter pair
isPotentialRetry ↔ bool?
gdata.* are outside protos with mising documentation
getter/setter pair
length ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
md5Hash ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
md5HashAsBytes ↔ List<int>
getter/setter pair
mediaId ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
mediaIdAsBytes ↔ List<int>
getter/setter pair
objectId ↔ ObjectId?
gdata.* are outside protos with mising documentation
getter/setter pair
path ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
referenceType ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sha1Hash ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
sha1HashAsBytes ↔ List<int>
getter/setter pair
sha256Hash ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
sha256HashAsBytes ↔ List<int>
getter/setter pair
sha512Hash ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
sha512HashAsBytes ↔ List<int>
getter/setter pair
timestamp ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair
token ↔ String?
gdata.* are outside protos with mising documentation
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited