API Reference
Class
UsageTelemetryOverviewCard
Represents one metric card in a usage overview.
Inheritance
- Object
- UsageTelemetryOverviewCard
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 UsageTelemetryOverviewCard(String key, String label, String value, String subtitle = null) #Parameters
- key String
- label String
- value String
- subtitle String = null
Methods
public JsonObject ToJson() #Returns:
JsonObjectInherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object