Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
People
Schema
ListOtherContactsResponse
Interface ListOtherContactsResponse
interface
ListOtherContactsResponse
{
nextPageToken
?:
string
;
nextSyncToken
?:
string
;
otherContacts
?:
GoogleAppsScript
.
People
.
Schema
.
Person
[]
;
totalSize
?:
number
;
}
Index
Properties
next
Page
Token?
next
Sync
Token?
other
Contacts?
total
Size?
Properties
Optional
next
Page
Token
nextPageToken
?:
string
Optional
next
Sync
Token
nextSyncToken
?:
string
Optional
other
Contacts
otherContacts
?:
GoogleAppsScript
.
People
.
Schema
.
Person
[]
Optional
total
Size
totalSize
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next
Page
Token
next
Sync
Token
other
Contacts
total
Size
Google Apps Script API
Loading...