Class ContentRepairBatchRequest
Inheritance
ContentRepairBatchRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentRepairBatchRequest : ContentRepairRequestBase
Properties
List of contents and options for repair
Declaration
[JsonProperty("items", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<ContentRepairRequestItem> Items { get; set; }
Property Value
Methods
Declaration
public static ContentRepairBatchRequest FromJson(string data)
Parameters
Returns