Class PerfSample
Resource representing a single performance measure or data point
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class PerfSample : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SampleTime
Timestamp of collection.
Declaration
[JsonProperty("sampleTime")]
public virtual Timestamp SampleTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
Value
Value observed
Declaration
[JsonProperty("value")]
public virtual double? Value { get; set; }
Property Value
Type | Description |
---|---|
double? |