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

Relativity.Services.Interfaces.InstanceSetting.Model.InstanceSettingRequest

public class InstanceSettingRequest
Represents a request to create or update a Instance Setting in a Workspace.
public int ArtifactID { get; set; }

Gets or Sets artifact id of the Instance Setting.

public string Description { get; set; }

Gets or Sets description of the Instance Setting.

public bool? Encrypted { get; set; }

Gets or Sets encrypted flag of the Instance Setting.

public string InitialValue { get; set; }

Gets or Sets initial value of the Instance Setting.

public string Keywords { get; set; }

Gets or Sets keywords of the Instance Setting.

public string Machine { get; set; }

Gets or Sets matchine of the Instance Setting.

public string Name { get; set; }

Gets or Sets name of the Instance Setting.

public string Notes { get; set; }

Gets or Sets notes of the Instance Setting.

public string Section { get; set; }

Gets or Sets section of the Instance Setting.

public string Value { get; set; }

Gets or Sets value of the Instance Setting.

Gets or Sets value type of the Instance Setting.