Class Account
Identifies an account and how to log into it.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class Account : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleAuto
An automatic google login account.
Declaration
[JsonProperty("googleAuto")]
public virtual GoogleAuto GoogleAuto { get; set; }
Property Value
Type | Description |
---|---|
GoogleAuto |