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

Relativity.Services.Interfaces.InstanceSetting.Model.InstanceSettingRequest

public class InstanceSettingRequest
public int ArtifactID { get; set; }

public string Description { get; set; }

public bool? Encrypted { get; set; }

public string InitialValue { get; set; }

public string Keywords { get; set; }

public string Machine { get; set; }

public string Name { get; set; }

public string Notes { get; set; }

public string Section { get; set; }

public string Value { get; set; }