Class MetadataValuesFieldRemoveCommand
Removes a field and its value from the values of the specified schema
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class MetadataValuesFieldRemoveCommand : MetadataValuesChangeCommandBase
Properties
FieldPath
The path of the field to be removed within the specified schema (i.e. remove the street from the address of a person: fieldPath = "address.streetName", schemaId = "PersonLayer")
Declaration
[JsonProperty("fieldPath", Required = Required.Always)]
[Required]
public string FieldPath { get; set; }
Property Value
string |
Methods
FromJson(string)
Declaration
public static MetadataValuesFieldRemoveCommand FromJson(string data)
Parameters
string data |
Returns
MetadataValuesFieldRemoveCommand |