Class ListHeldAccountsResponse
Returns a list of the accounts covered by a hold.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class ListHeldAccountsResponse : IDirectResponseSchema
Properties
Accounts
The held accounts on a hold.
Declaration
[JsonProperty("accounts")]
public virtual IList<HeldAccount> Accounts { get; set; }
Property Value
Type | Description |
---|---|
IList<HeldAccount> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |