Show / Hide Table of Contents

Class AddHeldAccountResult

The status of each account creation, and the HeldAccount, if successful.

Inheritance
object
AddHeldAccountResult
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX