Class GoogleFirebaseAppdistroV1Tester
A person that 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 GoogleFirebaseAppdistroV1Tester : IDirectResponseSchema
Properties
DisplayName
The name of the tester associated with the Google account used to accept the tester invitation.
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 |
Groups
The resource names of the groups this tester belongs to.
Declaration
[JsonProperty("groups")]
public virtual IList<string> Groups { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
LastActivityTime
object representation of LastActivityTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastActivityTimeDateTimeOffset instead.")]
public virtual object LastActivityTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastActivityTimeDateTimeOffset
DateTimeOffset representation of LastActivityTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastActivityTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastActivityTimeRaw
Output only. The time the tester was last active. This is the most recent time the tester installed one of the apps. If they've never installed one or if the release no longer exists, this is the time the tester was added to the project.
Declaration
[JsonProperty("lastActivityTime")]
public virtual string LastActivityTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the tester resource. Format: projects/{project_number}/testers/{email_address}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |