Event constructor
const
Event({
- String? action,
- String? apiVersion,
- int? count,
- String? eventTime,
- DateTime? firstTimestamp,
- required ObjectReference involvedObject,
- String? kind,
- DateTime? lastTimestamp,
- String? message,
- required ObjectMeta metadata,
- String? reason,
- String? reportingComponent,
- String? reportingInstance,
- EventSeries? series,
- EventSource? source,
- String? type,
Default constructor.
Implementation
const Event({
this.action,
this.apiVersion,
this.count,
this.eventTime,
this.firstTimestamp,
required this.involvedObject,
this.kind,
this.lastTimestamp,
this.message,
required this.metadata,
this.reason,
this.related,
this.reportingComponent,
this.reportingInstance,
this.series,
this.source,
this.type,
});