Class GoogleFirebaseAppdistroV1alphaListReleaseTestsResponse
The response message for ListReleaseTests
.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaListReleaseTestsResponse : 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 |
ReleaseTests
The tests listed.
Declaration
[JsonProperty("releaseTests")]
public virtual IList<GoogleFirebaseAppdistroV1alphaReleaseTest> ReleaseTests { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppdistroV1alphaReleaseTest> |