Defenses Raised
Data license: Public court records
8 rows where filing_id = 30
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 207 | 30 30 | 1. Immunity under Rule 17.09 of the Texas Rules of Disciplinary Procedure |
| 208 | 30 30 | 2. Judicial proceedings privilege (absolute privilege) |
| 209 | 30 30 | 3. Attorney immunity (Youngkin/Taylor v. Tolbert) |
| 210 | 30 30 | 4. Statute of limitations (TUTSA 3-year, conversion 2-year, conspiracy derivative) |
| 211 | 30 30 | 5. Conclusive negation — alleged trade secrets were not kept secret |
| 212 | 30 30 | 6. Conclusive negation — Pohl does not own the purported trade secrets or property |
| 213 | 30 30 | 7. Unlawful acts rule / illegality bar — barratry and unauthorized practice of law |
| 214 | 30 30 | 8. Improper damages — American Rule bars attorney's fees as damages from other litigation |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE defenses_raised (
defense_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
defense TEXT
);