API Reference
Class
UsageTelemetryOverviewComposition
Represents one composition summary card inside a provider section.
Inheritance
- Object
- UsageTelemetryOverviewComposition
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 UsageTelemetryOverviewComposition(String title, String copy, IReadOnlyList<UsageTelemetryOverviewCompositionItem> items) #Parameters
- title String
- copy String
- items IReadOnlyList<UsageTelemetryOverviewCompositionItem>
Methods
public JsonObject ToJson() #Returns:
JsonObjectInherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object