Class AddHeldAccountResult
The status of each account creation, and the HeldAccount, if successful.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class AddHeldAccountResult : IDirectResponseSchema
Properties
Account
Returned when the account was successfully created.
Declaration
[JsonProperty("account")]
public virtual HeldAccount Account { get; set; }
Property Value
Type | Description |
---|---|
HeldAccount |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Reports the request status. If it failed, returns an error message.
Declaration
[JsonProperty("status")]
public virtual Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |