Class AccountInfo
The accounts to search
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class AccountInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Emails
A set of accounts to search.
Declaration
[JsonProperty("emails")]
public virtual IList<string> Emails { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |