WorkloadGroup constructor
const
WorkloadGroup({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- WorkloadGroupSpec? spec,
- WorkloadGroupStatus? status,
The main constructor.
Implementation
const WorkloadGroup({
this.apiVersion,
this.kind,
this.metadata,
this.spec,
this.status,
});