API Reference
Class
UsageTelemetryOverviewSectionMetric
Represents one primary provider metric shown in the provider header.
Inheritance
- Object
- UsageTelemetryOverviewSectionMetric
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
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