factory CancelKeyDeletionResponse.fromJson(Map<String, dynamic> json) { return CancelKeyDeletionResponse( keyId: json['KeyId'] as String?, ); }