Telemetry constructor
const
Telemetry({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- TelemetrySpec? spec,
- TelemetryStatus? status,
The main constructor.
Implementation
const Telemetry({
this.apiVersion,
this.kind,
this.metadata,
this.spec,
this.status,
});