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