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