Map<String, dynamic> toJson() { final oCSPUrl = this.oCSPUrl; return { if (oCSPUrl != null) 'OCSPUrl': oCSPUrl, }; }