Show / Hide Table of Contents

Class Testers

Inheritance
System.Object
Testers
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class Testers : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GoogleGroups

A list of all Google Groups, as email addresses, that define testers for this track.

Declaration
public virtual IList<string> GoogleGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
Back to top