Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: generated/googleapis/lib/calendar/v3.dart

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/books/v1.dart ('k') | generated/googleapis/lib/compute/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
}
« no previous file with comments | « generated/googleapis/lib/books/v1.dart ('k') | generated/googleapis/lib/compute/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698