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