<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5001.1.0" />

Relativity.Services.Interfaces.LibraryApplication.Models.NameValidationRequest

public class NameValidationRequest
Contains the requested new name for an existing artifact causing a name or friendly name conflict.
public int ConflictArtifactID { get; set; }

The ID of the artifact that caused the validation conflict.

Indicates the type of conflict: name or friendly name.

public string Value { get; set; }

The new name requested for the artifact that caused the validation conflict.

public int WorkspaceID { get; set; }

The ID of the workspace with the validation conflict.