Class GoogleFirebaseAppdistroV1alphaGetReleaseByUploadHashResponse
Response object to get the release given a upload hash
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaGetReleaseByUploadHashResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Release
Release object
Declaration
[JsonProperty("release")]
public virtual GoogleFirebaseAppdistroV1alphaRelease Release { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaRelease |