SchemaIDs for which metadata items need to be touched.
Inheritance
MetadataStatusEntries
Namespace: System.Dynamic.ExpandoObject
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class MetadataStatusEntries
Properties
The schema ids (of type Content or Layer) that need to be updated.
Declaration
[JsonProperty("contentOrLayerSchemaIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> ContentOrLayerSchemaIds { get; set; }
Property Value
Methods