API Reference
Class
UsageTelemetryOverviewSectionMetric
Represents one primary provider metric shown in the provider header.
Inheritance
- Object
- UsageTelemetryOverviewSectionMetric
Constructors
public UsageTelemetryOverviewSectionMetric(String key, String label, String value, String subtitle, Nullable<Double> ratio, String color) #Parameters
- key String
- label String
- value String
- subtitle String
- ratio Nullable<Double>
- color String
Methods
public JsonObject ToJson() #Returns:
JsonObjectInherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object