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