Show / Hide Table of Contents

Class AddHeldAccountsResponse

Response for batch create held accounts.

Inheritance
object
AddHeldAccountsResponse
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 AddHeldAccountsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Responses

The list of responses, in the same order as the batch request.

Declaration
[JsonProperty("responses")]
public virtual IList<AddHeldAccountResult> Responses { get; set; }
Property Value
Type Description
IList<AddHeldAccountResult>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX