Class PrometheusResult
Models a Prometheus result.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public class PrometheusResult
Constructors
PrometheusResult()
Constructor.
Declaration
public PrometheusResult()
Properties
Metric
The result.
Declaration
[JsonProperty(PropertyName = "metric", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public dynamic Metric { get; set; }
Property Value
Type | Description |
---|---|
dynamic |