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

Relativity.Environment.V1.InstanceSetting.Models.InstanceSettingResponse

public class InstanceSettingResponse : DisplayableObjectIdentifier
public DisplayableObjectIdentifier CreatedBy { get; set; }

public DateTime CreatedOn { get; set; }

public string Description { get; set; }

public bool Encrypted { get; set; }

public string InitialValue { get; set; }

public string Keywords { get; set; }

public DisplayableObjectIdentifier LastModifiedBy { get; set; }

public DateTime LastModifiedOn { get; set; }

public string Machine { get; set; }

public string Notes { get; set; }

public string Section { get; set; }

public string Value { get; set; }