factory UpdateWorkflowResponse.fromJson(Map<String, dynamic> json) { return UpdateWorkflowResponse( name: json['Name'] as String?, ); }