File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 566
566
}
567
567
}
568
568
},
569
- "revision" : " 20240225 " ,
569
+ "revision" : " 20240312 " ,
570
570
"rootUrl" : " https://tasks.googleapis.com/" ,
571
571
"schemas" : {
572
572
"Task" : {
648
648
"updated" : {
649
649
"description" : " Last modification time of the task (as a RFC 3339 timestamp)." ,
650
650
"type" : " string"
651
+ },
652
+ "webViewLink" : {
653
+ "description" : " An absolute link to the task in the Google Tasks Web UI. This field is read-only." ,
654
+ "type" : " string"
651
655
}
652
656
},
653
657
"type" : " object"
Original file line number Diff line number Diff line change @@ -187,6 +187,10 @@ export namespace tasks_v1 {
187
187
* Last modification time of the task (as a RFC 3339 timestamp).
188
188
*/
189
189
updated ?: string | null ;
190
+ /**
191
+ * An absolute link to the task in the Google Tasks Web UI. This field is read-only.
192
+ */
193
+ webViewLink ?: string | null ;
190
194
}
191
195
export interface Schema$TaskList {
192
196
/**
You can’t perform that action at this time.
0 commit comments