Class DriveOptions
Additional options for Drive search
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class DriveOptions : IDirectResponseSchema
Properties
ClientSideEncryptedOption
Set whether the results include only content encrypted with Google Workspace Client-side encryption content, only unencrypted content, or both. Defaults to both. Currently supported for Drive.
Declaration
[JsonProperty("clientSideEncryptedOption")]
public virtual string ClientSideEncryptedOption { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeSharedDrives
Set to true to include shared drives.
Declaration
[JsonProperty("includeSharedDrives")]
public virtual bool? IncludeSharedDrives { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeTeamDrives
Set to true to include Team Drive.
Declaration
[JsonProperty("includeTeamDrives")]
public virtual bool? IncludeTeamDrives { get; set; }
Property Value
Type | Description |
---|---|
bool? |
VersionDate
object representation of VersionDateRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use VersionDateDateTimeOffset instead.")]
public virtual object VersionDate { get; set; }
Property Value
Type | Description |
---|---|
object |
VersionDateDateTimeOffset
DateTimeOffset representation of VersionDateRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? VersionDateDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
VersionDateRaw
Search the current version of the Drive file, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.
Declaration
[JsonProperty("versionDate")]
public virtual string VersionDateRaw { get; set; }
Property Value
Type | Description |
---|---|
string |