You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/tasks_v1.tasks.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ <h3>Method Details</h3>
152
152
Returns:
153
153
An object of the form:
154
154
155
-
{ # LINT.IfChange
155
+
{
156
156
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
157
157
"deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
158
158
"due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
@@ -186,7 +186,7 @@ <h3>Method Details</h3>
186
186
body: object, The request body.
187
187
The object takes the form of:
188
188
189
-
{ # LINT.IfChange
189
+
{
190
190
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
191
191
"deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
192
192
"due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
@@ -220,7 +220,7 @@ <h3>Method Details</h3>
220
220
Returns:
221
221
An object of the form:
222
222
223
-
{ # LINT.IfChange
223
+
{
224
224
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
225
225
"deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
226
226
"due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
@@ -272,7 +272,7 @@ <h3>Method Details</h3>
272
272
{
273
273
"etag": "A String", # ETag of the resource.
274
274
"items": [ # Collection of tasks.
275
-
{ # LINT.IfChange
275
+
{
276
276
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
277
277
"deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
278
278
"due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
@@ -332,7 +332,7 @@ <h3>Method Details</h3>
332
332
Returns:
333
333
An object of the form:
334
334
335
-
{ # LINT.IfChange
335
+
{
336
336
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
337
337
"deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
338
338
"due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
@@ -367,7 +367,7 @@ <h3>Method Details</h3>
367
367
body: object, The request body.
368
368
The object takes the form of:
369
369
370
-
{ # LINT.IfChange
370
+
{
371
371
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
372
372
"deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
373
373
"due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
@@ -399,7 +399,7 @@ <h3>Method Details</h3>
399
399
Returns:
400
400
An object of the form:
401
401
402
-
{ # LINT.IfChange
402
+
{
403
403
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
404
404
"deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
405
405
"due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
@@ -434,7 +434,7 @@ <h3>Method Details</h3>
434
434
body: object, The request body.
435
435
The object takes the form of:
436
436
437
-
{ # LINT.IfChange
437
+
{
438
438
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
439
439
"deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
440
440
"due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
@@ -466,7 +466,7 @@ <h3>Method Details</h3>
466
466
Returns:
467
467
An object of the form:
468
468
469
-
{ # LINT.IfChange
469
+
{
470
470
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
471
471
"deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
472
472
"due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
0 commit comments