Class PopulateVersionFilesResponse
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class PopulateVersionFilesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UploadRequiredHashes
The content hashes of the specified files that need to be uploaded to the specified URL.
Declaration
[JsonProperty("uploadRequiredHashes")]
public virtual IList<string> UploadRequiredHashes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
UploadUrl
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.
Declaration
[JsonProperty("uploadUrl")]
public virtual string UploadUrl { get; set; }
Property Value
Type | Description |
---|---|
string |