Class HeldDriveQuery
Options for Drive holds.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class HeldDriveQuery : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeSharedDriveFiles
To include files in shared drives in the hold, set to true.
Declaration
[JsonProperty("includeSharedDriveFiles")]
public virtual bool? IncludeSharedDriveFiles { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeTeamDriveFiles
To include files in Team Drives in the hold, set to true.
Declaration
[JsonProperty("includeTeamDriveFiles")]
public virtual bool? IncludeTeamDriveFiles { get; set; }
Property Value
Type | Description |
---|---|
bool? |