Class CustomerBoostValueRemoveInfo
Inheritance
CustomerBoostValueRemoveInfo
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class CustomerBoostValueRemoveInfo
Properties
Existing boost value that is going to be removed.
Declaration
[JsonProperty("valueToRemove", Required = Required.Always)]
public double ValueToRemove { get; set; }
Property Value
Boost value that is going to replace the removed one where it was used.
Declaration
[JsonProperty("valueToReplaceWith", Required = Required.Always)]
public double ValueToReplaceWith { get; set; }
Property Value
Methods
Declaration
public static CustomerBoostValueRemoveInfo FromJson(string data)
Parameters
Returns