<PackageReference Include="Relativity.Server.Environment.SDK" Version="5000.0.2" />

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; }