| Index: generated/googleapis/lib/calendar/v3.dart
|
| diff --git a/generated/googleapis/lib/calendar/v3.dart b/generated/googleapis/lib/calendar/v3.dart
|
| index c8e4b33796822bb0e6bdb423748f4e21bfc529e0..2e1b366d5f69c4d2113e11a3ad4828818cbac20f 100644
|
| --- a/generated/googleapis/lib/calendar/v3.dart
|
| +++ b/generated/googleapis/lib/calendar/v3.dart
|
| @@ -4034,23 +4034,14 @@ class Event {
|
|
|
| /** Not documented yet. */
|
| class EventAttachment {
|
| - /** File name. */
|
| - core.String title;
|
| -
|
|
|
| EventAttachment();
|
|
|
| EventAttachment.fromJson(core.Map _json) {
|
| - if (_json.containsKey("title")) {
|
| - title = _json["title"];
|
| - }
|
| }
|
|
|
| core.Map toJson() {
|
| var _json = new core.Map();
|
| - if (title != null) {
|
| - _json["title"] = title;
|
| - }
|
| return _json;
|
| }
|
| }
|
|
|