factory DeleteWebhookResult.fromJson(Map<String, dynamic> json) { return DeleteWebhookResult( webhook: Webhook.fromJson(json['webhook'] as Map<String, dynamic>), ); }