NameValidationResponse public class NameValidationResponse Documentation public int ConflictArtifactID { get; set; } public ApplicationInstallConflictType ConflictType { get; set; } public bool IsAvailable { get; set; } public List<string> Messages { get; set; } public int WorkspaceID { get; set; } public NameValidationResponse()