Class BasicPerfSampleSeries
  Encapsulates the metadata for basic sample series represented by a line chart
    Inheritance
    
    BasicPerfSampleSeries
   
  
  
  
  Assembly: Google.Apis.ToolResults.v1beta3.dll
  
  
    public class BasicPerfSampleSeries : IDirectResponseSchema
   
  Properties
  
  
  
  
  Declaration
  
    public virtual string ETag { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty("perfMetricType")]
public virtual string PerfMetricType { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty("perfUnit")]
public virtual string PerfUnit { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty("sampleSeriesLabel")]
public virtual string SampleSeriesLabel { get; set; }
   
  Property Value
  
  Implements