Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Mirror
Collection
Timeline
AttachmentsCollection
Interface AttachmentsCollection
interface
AttachmentsCollection
{
get
(
itemId
:
string
,
attachmentId
:
string
,
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Attachment
;
insert
(
itemId
:
string
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Attachment
;
insert
(
itemId
:
string
,
mediaData
:
any
,
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Attachment
;
list
(
itemId
:
string
)
:
AttachmentsListResponse
;
remove
(
itemId
:
string
,
attachmentId
:
string
)
:
void
;
}
Index
Methods
get
insert
list
remove
Methods
get
get
(
itemId
:
string
,
attachmentId
:
string
,
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Attachment
Parameters
itemId
:
string
attachmentId
:
string
Returns
GoogleAppsScript
.
Mirror
.
Schema
.
Attachment
insert
insert
(
itemId
:
string
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Attachment
Parameters
itemId
:
string
Returns
GoogleAppsScript
.
Mirror
.
Schema
.
Attachment
insert
(
itemId
:
string
,
mediaData
:
any
,
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Attachment
Parameters
itemId
:
string
mediaData
:
any
Returns
GoogleAppsScript
.
Mirror
.
Schema
.
Attachment
list
list
(
itemId
:
string
)
:
AttachmentsListResponse
Parameters
itemId
:
string
Returns
AttachmentsListResponse
remove
remove
(
itemId
:
string
,
attachmentId
:
string
)
:
void
Parameters
itemId
:
string
attachmentId
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
remove
Google Apps Script API
Loading...