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