Class DriveDocumentIds
Specify Drive documents by document ID.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class DriveDocumentIds : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Ids
Required. A list of Drive document IDs.
Declaration
[JsonProperty("ids")]
public virtual IList<string> Ids { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |