@mcp-z/mcp-drive
Preparing search index...
schemas
DriveQueryObject
Type Alias DriveQueryObject
type
DriveQueryObject
=
{
$and
?:
schemas
.
DriveQueryObject
[]
;
$not
?:
schemas
.
DriveQueryObject
;
$or
?:
schemas
.
DriveQueryObject
[]
;
fullText
?:
string
|
schemas
.
FieldOperator
;
mimeType
?:
string
|
schemas
.
FieldOperator
;
modifiedTime
?:
{
$gte
?:
string
;
$lt
?:
string
}
;
name
?:
string
|
schemas
.
FieldOperator
;
owner
?:
string
|
schemas
.
FieldOperator
;
parentId
?:
string
|
schemas
.
FieldOperator
;
rawDriveQuery
?:
string
;
sharedWithMe
?:
boolean
;
starred
?:
boolean
;
trashed
?:
boolean
;
}
Index
Properties
$and?
$not?
$or?
full
Text?
mime
Type?
modified
Time?
name?
owner?
parent
Id?
raw
Drive
Query?
shared
With
Me?
starred?
trashed?
Properties
Optional
$and
$and
?:
schemas
.
DriveQueryObject
[]
Optional
$not
$not
?:
schemas
.
DriveQueryObject
Optional
$or
$or
?:
schemas
.
DriveQueryObject
[]
Optional
full
Text
fullText
?:
string
|
schemas
.
FieldOperator
Optional
mime
Type
mimeType
?:
string
|
schemas
.
FieldOperator
Optional
modified
Time
modifiedTime
?:
{
$gte
?:
string
;
$lt
?:
string
}
Optional
name
name
?:
string
|
schemas
.
FieldOperator
Optional
owner
owner
?:
string
|
schemas
.
FieldOperator
Optional
parent
Id
parentId
?:
string
|
schemas
.
FieldOperator
Optional
raw
Drive
Query
rawDriveQuery
?:
string
Optional
shared
With
Me
sharedWithMe
?:
boolean
Optional
starred
starred
?:
boolean
Optional
trashed
trashed
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
$and
$not
$or
full
Text
mime
Type
modified
Time
name
owner
parent
Id
raw
Drive
Query
shared
With
Me
starred
trashed
@mcp-z/mcp-drive
Loading...