PopulateVersionFilesResponse class

Constructors

PopulateVersionFilesResponse({List<String>? uploadRequiredHashes, String? uploadUrl})
PopulateVersionFilesResponse.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadRequiredHashes List<String>?
The content hashes of the specified files that need to be uploaded to the specified URL.
getter/setter pair
uploadUrl String?
The URL to which the files should be uploaded, in the format: "https://upload-firebasehosting.googleapis.com/upload/sites/SITE_ID /versions/VERSION_ID/files" Perform a multipart POST of the Gzipped file contents to the URL using a forward slash and the hash of the file appended to the end.
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