factory SslProperties.fromJson(Map<String, dynamic> json) { return SslProperties( disableSsl: json['DisableSsl'] as bool?, ); }