Show / Hide Table of Contents

Class HeldVoiceQuery

Options for Voice holds.

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

Properties

CoveredData

A list of data types covered by the hold. Should be non-empty. Order does not matter and duplicates are ignored.

Declaration
[JsonProperty("coveredData")]
public virtual IList<string> CoveredData { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX