Class GoogleFirebaseAppdistroV1DistributeReleaseRequest
The request message for DistributeRelease
.
Implements
Inherited Members
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> |