Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1UploadReleaseRequest

Request message for UploadRelease.

Inheritance
object
GoogleFirebaseAppdistroV1UploadReleaseRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppDistribution.v1.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class GoogleFirebaseAppdistroV1UploadReleaseRequest : IDirectResponseSchema

Properties

Blob

Binary to upload

Declaration
[JsonProperty("blob")]
public virtual GdataMedia Blob { get; set; }
Property Value
Type Description
GdataMedia

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX