PopulateVersionFilesResponse class
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