Class RemoveHeldAccountsResponse
Response for batch delete held accounts.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class RemoveHeldAccountsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Statuses
A list of statuses for the deleted accounts. Results have the same order as the request.
Declaration
[JsonProperty("statuses")]
public virtual IList<Status> Statuses { get; set; }
Property Value
Type | Description |
---|---|
IList<Status> |