Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Docs
Collection
DocumentsCollection
Interface DocumentsCollection
interface
DocumentsCollection
{
batchUpdate
(
resource
:
BatchUpdateDocumentRequest
,
documentId
:
string
,
)
:
BatchUpdateDocumentResponse
;
create
(
resource
:
GoogleAppsScript
.
Docs
.
Schema
.
Document
,
)
:
GoogleAppsScript
.
Docs
.
Schema
.
Document
;
get
(
documentId
:
string
)
:
GoogleAppsScript
.
Docs
.
Schema
.
Document
;
get
(
documentId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Docs
.
Schema
.
Document
;
}
Index
Methods
batch
Update
create
get
Methods
batch
Update
batchUpdate
(
resource
:
BatchUpdateDocumentRequest
,
documentId
:
string
,
)
:
BatchUpdateDocumentResponse
Parameters
resource
:
BatchUpdateDocumentRequest
documentId
:
string
Returns
BatchUpdateDocumentResponse
create
create
(
resource
:
GoogleAppsScript
.
Docs
.
Schema
.
Document
,
)
:
GoogleAppsScript
.
Docs
.
Schema
.
Document
Parameters
resource
:
GoogleAppsScript
.
Docs
.
Schema
.
Document
Returns
GoogleAppsScript
.
Docs
.
Schema
.
Document
get
get
(
documentId
:
string
)
:
GoogleAppsScript
.
Docs
.
Schema
.
Document
Parameters
documentId
:
string
Returns
GoogleAppsScript
.
Docs
.
Schema
.
Document
get
(
documentId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Docs
.
Schema
.
Document
Parameters
documentId
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
Docs
.
Schema
.
Document
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
batch
Update
create
get
Google Apps Script API
Loading...