Show / Hide Table of Contents

Class PopulateVersionFilesResponse

Inheritance
object
PopulateVersionFilesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX