Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Mirror
Collection
ContactsCollection
Interface ContactsCollection
interface
ContactsCollection
{
get
(
id
:
string
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
;
insert
(
resource
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
,
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
;
list
()
:
ContactsListResponse
;
patch
(
resource
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
,
id
:
string
,
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
;
remove
(
id
:
string
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
,
id
:
string
,
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
;
}
Index
Methods
get
insert
list
patch
remove
update
Methods
get
get
(
id
:
string
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
Parameters
id
:
string
Returns
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
insert
insert
(
resource
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
,
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
Parameters
resource
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
Returns
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
list
list
()
:
ContactsListResponse
Returns
ContactsListResponse
patch
patch
(
resource
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
,
id
:
string
,
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
Parameters
resource
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
id
:
string
Returns
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
remove
remove
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
,
id
:
string
,
)
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
Parameters
resource
:
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
id
:
string
Returns
GoogleAppsScript
.
Mirror
.
Schema
.
Contact
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...