ResourceProfileInfo constructor
ResourceProfileInfo({
- Map<
String, ExecutorResourceRequest> ? executorResources, - int? resourceProfileId,
- Map<
String, TaskResourceRequest> ? taskResources,
Implementation
ResourceProfileInfo({
this.executorResources,
this.resourceProfileId,
this.taskResources,
});