Class TreeAggregationResultPathComponent
  Component of a tree path.
    Inheritance
    
    TreeAggregationResultPathComponent
   
  
  Namespace: System.Dynamic.ExpandoObject
  Syntax
  
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TreeAggregationResultPathComponent
   
  Properties
  
     
    
  
  
    
  
  
  
  
  Display value of the path component.
Declaration
  
    [JsonProperty("displayValue", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DisplayValue { get; set; }
   
  Property Value
  
   
  
     
    
  
  
    
  
  
  
  
  
  
  Declaration
  
    [JsonProperty("pathComponent", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string PathComponent { get; set; }
   
  Property Value
  
   
  Methods
  
     
    
  
  
    
  
  
  
  
  
  
  Declaration
  
    public static TreeAggregationResultPathComponent FromJson(string data)
   
  Parameters
  
  Returns