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

Relativity.Services.Interfaces.InstanceSetting.Model.InstanceSettingResponse

Holds response information returned from a request.

Gets or Sets the created by of the Instance Setting.

public DateTime CreatedOn { get; set; }

Gets or Sets the created on of the Instance Setting.

public string Description { get; set; }

Gets or Sets the description of the Instance Setting.

public bool Encrypted { get; set; }

Gets or Sets the encrypted of the Instance Setting.

public string InitialValue { get; set; }

Gets or Sets the initial value of the Instance Setting.

public string Keywords { get; set; }

Gets or Sets the keywords of the Instance Setting.

Gets or Sets the last modified by of the Instance Setting.

public DateTime LastModifiedOn { get; set; }

Gets or Sets the last modified on of the Instance Setting.

public string Machine { get; set; }

Gets or Sets the matchine of the Instance Setting.

public string Notes { get; set; }

Gets or Sets the notes of the Instance Setting.

public string Section { get; set; }

Gets or Sets the section of the Instance Setting.

public string Value { get; set; }

Gets or Sets the value of the Instance Setting.

Gets or Sets the value type of the Instance Setting.