Class HeldVoiceQuery
Options for Voice holds.
Implements
Inherited Members
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 |