Show / Hide Table of Contents

Class Account

Identifies an account and how to log into it.

Inheritance
object
Account
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX