factory DeleteIPSetResponse.fromJson(Map<String, dynamic> json) { return DeleteIPSetResponse( changeToken: json['ChangeToken'] as String?, ); }