InstanceSettingRequest public class InstanceSettingRequest Documentation 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; } public InstanceSettingValueTypeEnum? ValueType { get; set; } public InstanceSettingRequest()