factory ServiceNowParameters.fromJson(Map<String, dynamic> json) { return ServiceNowParameters( siteBaseUrl: json['SiteBaseUrl'] as String, ); }