Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'inboxIds'] = this.inboxIds; json[r'expireBefore'] = this.expireBefore.toUtc().toIso8601String(); return json; }