Class Testers
The testers of an app. The resource for TestersService. Note: while it is possible in the Play Console UI to add testers via email lists, email lists are not supported by this resource.
Inheritance
object
Testers
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class Testers : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleGroups
All testing Google Groups, as email addresses.
Declaration
[JsonProperty("googleGroups")]
public virtual IList<string> GoogleGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><string> |