Class GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorCode
The error code associated with (only set on "FAILURE")
Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Any additional context for the given upload status (e.g. error message) Meant to be displayed to the client
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Release
The release that was created from the upload (only set on "SUCCESS")
Declaration
[JsonProperty("release")]
public virtual GoogleFirebaseAppdistroV1alphaRelease Release { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaRelease |
Status
The status of the upload
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |