Class ListVersionFilesResponse
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ListVersionFilesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Files
The list of paths to the hashes of the files in the specified version.
Declaration
[JsonProperty("files")]
public virtual IList<VersionFile> Files { get; set; }
Property Value
Type | Description |
---|---|
IList<VersionFile> |
NextPageToken
The pagination token, if more results exist beyond the ones in this response. Include this token in your
next call to ListVersionFiles
. Page tokens are short-lived and should not be stored.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |