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