Class DriveDocumentInfo
The Drive documents to search.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class DriveDocumentInfo : IDirectResponseSchema
Properties
DocumentIds
Specify Drive documents by document ID.
Declaration
[JsonProperty("documentIds")]
public virtual DriveDocumentIds DocumentIds { get; set; }
Property Value
Type | Description |
---|---|
DriveDocumentIds |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |