Class GoogleFirebaseAppdistroV1Group
A group which can contain testers. A group can be invited to test apps in a Firebase project.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class GoogleFirebaseAppdistroV1Group : IDirectResponseSchema
Properties
DisplayName
Required. The display name of the group.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InviteLinkCount
Output only. The number of invite links for this group.
Declaration
[JsonProperty("inviteLinkCount")]
public virtual int? InviteLinkCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Name
The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReleaseCount
Output only. The number of releases this group is permitted to access.
Declaration
[JsonProperty("releaseCount")]
public virtual int? ReleaseCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
TesterCount
Output only. The number of testers who are members of this group.
Declaration
[JsonProperty("testerCount")]
public virtual int? TesterCount { get; set; }
Property Value
Type | Description |
---|---|
int? |