GdataCompositeMedia class

gdata

Constructors

GdataCompositeMedia({String? blobRef, GdataBlobstore2Info? blobstore2Info, String? cosmoBinaryReference, int? crc32cHash, String? inline, String? length, String? md5Hash, GdataObjectId? objectId, String? path, String? referenceType, String? sha1Hash})
GdataCompositeMedia.fromJson(Map json_)

Properties

blobRef String?
gdata
getter/setter pair
blobRefAsBytes List<int>
getter/setter pair
blobstore2Info GdataBlobstore2Info?
gdata
getter/setter pair
cosmoBinaryReference String?
gdata
getter/setter pair
cosmoBinaryReferenceAsBytes List<int>
getter/setter pair
crc32cHash int?
gdata
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inline String?
gdata
getter/setter pair
inlineAsBytes List<int>
getter/setter pair
length String?
gdata
getter/setter pair
md5Hash String?
gdata
getter/setter pair
md5HashAsBytes List<int>
getter/setter pair
objectId GdataObjectId?
gdata
getter/setter pair
path String?
gdata
getter/setter pair
referenceType String?
gdata Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha1Hash String?
gdata
getter/setter pair
sha1HashAsBytes List<int>
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