Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Drive
Collection
PropertiesCollection
Interface PropertiesCollection
interface
PropertiesCollection
{
get
(
fileId
:
string
,
propertyKey
:
string
)
:
Property
;
get
(
fileId
:
string
,
propertyKey
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
Property
;
insert
(
resource
:
Property
,
fileId
:
string
)
:
Property
;
list
(
fileId
:
string
)
:
PropertyList
;
patch
(
resource
:
Property
,
fileId
:
string
,
propertyKey
:
string
)
:
Property
;
patch
(
resource
:
Property
,
fileId
:
string
,
propertyKey
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
Property
;
remove
(
fileId
:
string
,
propertyKey
:
string
)
:
void
;
remove
(
fileId
:
string
,
propertyKey
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
void
;
update
(
resource
:
Property
,
fileId
:
string
,
propertyKey
:
string
)
:
Property
;
update
(
resource
:
Property
,
fileId
:
string
,
propertyKey
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
Property
;
}
Index
Methods
get
insert
list
patch
remove
update
Methods
get
get
(
fileId
:
string
,
propertyKey
:
string
)
:
Property
Parameters
fileId
:
string
propertyKey
:
string
Returns
Property
get
(
fileId
:
string
,
propertyKey
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
Property
Parameters
fileId
:
string
propertyKey
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
Property
insert
insert
(
resource
:
Property
,
fileId
:
string
)
:
Property
Parameters
resource
:
Property
fileId
:
string
Returns
Property
list
list
(
fileId
:
string
)
:
PropertyList
Parameters
fileId
:
string
Returns
PropertyList
patch
patch
(
resource
:
Property
,
fileId
:
string
,
propertyKey
:
string
)
:
Property
Parameters
resource
:
Property
fileId
:
string
propertyKey
:
string
Returns
Property
patch
(
resource
:
Property
,
fileId
:
string
,
propertyKey
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
Property
Parameters
resource
:
Property
fileId
:
string
propertyKey
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
Property
remove
remove
(
fileId
:
string
,
propertyKey
:
string
)
:
void
Parameters
fileId
:
string
propertyKey
:
string
Returns
void
remove
(
fileId
:
string
,
propertyKey
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
void
Parameters
fileId
:
string
propertyKey
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
void
update
update
(
resource
:
Property
,
fileId
:
string
,
propertyKey
:
string
)
:
Property
Parameters
resource
:
Property
fileId
:
string
propertyKey
:
string
Returns
Property
update
(
resource
:
Property
,
fileId
:
string
,
propertyKey
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
Property
Parameters
resource
:
Property
fileId
:
string
propertyKey
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
Property
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
patch
remove
update
Google Apps Script API
Loading...