Class GoogleFirebaseAppdistroV1ListReleasesResponse
The response message for ListReleases.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class GoogleFirebaseAppdistroV1ListReleasesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A short-lived token, which can be sent as pageToken to retrieve the next page. If this field is omitted,
there are no subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Releases
The releases
Declaration
[JsonProperty("releases")]
public virtual IList<GoogleFirebaseAppdistroV1Release> Releases { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleFirebaseAppdistroV1Release> |