Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Tasks
Schema
Task
Interface Task
interface
Task
{
completed
?:
string
;
deleted
?:
boolean
;
due
?:
string
;
etag
?:
string
;
hidden
?:
boolean
;
id
?:
string
;
kind
?:
string
;
links
?:
TaskLinks
[]
;
notes
?:
string
;
parent
?:
string
;
position
?:
string
;
selfLink
?:
string
;
status
?:
string
;
title
?:
string
;
updated
?:
string
;
}
Index
Properties
completed?
deleted?
due?
etag?
hidden?
id?
kind?
links?
notes?
parent?
position?
self
Link?
status?
title?
updated?
Properties
Optional
completed
completed
?:
string
Optional
deleted
deleted
?:
boolean
Optional
due
due
?:
string
Optional
etag
etag
?:
string
Optional
hidden
hidden
?:
boolean
Optional
id
id
?:
string
Optional
kind
kind
?:
string
Optional
links
links
?:
TaskLinks
[]
Optional
notes
notes
?:
string
Optional
parent
parent
?:
string
Optional
position
position
?:
string
Optional
self
Link
selfLink
?:
string
Optional
status
status
?:
string
Optional
title
title
?:
string
Optional
updated
updated
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed
deleted
due
etag
hidden
id
kind
links
notes
parent
position
self
Link
status
title
updated
Google Apps Script API
Loading...