File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
generated/google-apis-tasks_v1 Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-tasks_v1
22
3+ ### v0.31.0 (2025-11-09)
4+
5+ * Regenerated from discovery document revision 20251102
6+ * Regenerated using generator version 0.18.0
7+
38### v0.30.0 (2025-05-21)
49
510* Regenerated from discovery document revision 20250518
Original file line number Diff line number Diff line change @@ -135,10 +135,12 @@ class Task
135135 attr_accessor :deleted
136136 alias_method :deleted? , :deleted
137137
138- # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
139- # records date information; the time portion of the timestamp is discarded when
140- # setting the due date. It isn't possible to read or write the time that a task
141- # is due via the API.
138+ # Scheduled date for the task (as an RFC 3339 timestamp). Optional. This
139+ # represents the day that the task should be done, or that the task is visible
140+ # on the calendar grid. It doesn't represent the deadline of the task. Only date
141+ # information is recorded; the time portion of the timestamp is discarded when
142+ # setting this field. It isn't possible to read or write the time that a task is
143+ # scheduled for using the API.
142144 # Corresponds to the JSON property `due`
143145 # @return [String]
144146 attr_accessor :due
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module TasksV1
1818 # Version of the google-apis-tasks_v1 gem
19- GEM_VERSION = "0.30 .0"
19+ GEM_VERSION = "0.31 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.17 .0"
22+ GENERATOR_VERSION = "0.18 .0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250518 "
25+ REVISION = "20251102 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments