Show / Hide Table of Contents

Class AddHeldAccountsRequest

Add a list of accounts to a hold.

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

Properties

AccountIds

A comma-separated list of the account IDs of the accounts to add to the hold. Specify either emails or account_ids, but not both.

Declaration
[JsonProperty("accountIds")]
public virtual IList<string> AccountIds { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Emails

A comma-separated list of the emails of the accounts to add to the hold. Specify either emails or account_ids, but not both.

Declaration
[JsonProperty("emails")]
public virtual IList<string> Emails { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX