Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1DistributeReleaseRequest

The request message for DistributeRelease.

Inheritance
object
GoogleFirebaseAppdistroV1DistributeReleaseRequest
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 GoogleFirebaseAppdistroV1DistributeReleaseRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GroupAliases

A list of group aliases (IDs) to be given access to this release. A combined maximum of 999 testerEmails and groupAliases can be specified in a single request.

Declaration
[JsonProperty("groupAliases")]
public virtual IList<string> GroupAliases { get; set; }
Property Value
Type Description
IList<string>

TesterEmails

A list of tester email addresses to be given access to this release. A combined maximum of 999 testerEmails and groupAliases can be specified in a single request.

Declaration
[JsonProperty("testerEmails")]
public virtual IList<string> TesterEmails { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX