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