Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Gmail
Schema
ListThreadsResponse
Interface ListThreadsResponse
interface
ListThreadsResponse
{
nextPageToken
?:
string
;
resultSizeEstimate
?:
number
;
threads
?:
Thread
[]
;
}
Index
Properties
next
Page
Token?
result
Size
Estimate?
threads?
Properties
Optional
next
Page
Token
nextPageToken
?:
string
Optional
result
Size
Estimate
resultSizeEstimate
?:
number
Optional
threads
threads
?:
Thread
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next
Page
Token
result
Size
Estimate
threads
Google Apps Script API
Loading...