Map<String, Object?> toJson() { var webhookIds = this.webhookIds; final json = <String, Object?>{}; json[r'webhookIds'] = webhookIds; return json; }