Event constructor
const
Event({
- String? action,
- String? apiVersion,
- int? deprecatedCount,
- DateTime? deprecatedFirstTimestamp,
- DateTime? deprecatedLastTimestamp,
- EventSource? deprecatedSource,
- required String eventTime,
- String? kind,
- ObjectMeta? metadata,
- String? note,
- String? reason,
- ObjectReference? regarding,
- String? reportingController,
- String? reportingInstance,
- EventSeries? series,
- String? type,
Default constructor.
Implementation
const Event({
this.action,
this.apiVersion,
this.deprecatedCount,
this.deprecatedFirstTimestamp,
this.deprecatedLastTimestamp,
this.deprecatedSource,
required this.eventTime,
this.kind,
this.metadata,
this.note,
this.reason,
this.regarding,
this.related,
this.reportingController,
this.reportingInstance,
this.series,
this.type,
});