ResourceProfileInfo constructor

ResourceProfileInfo({
  1. Map<String, ExecutorResourceRequest>? executorResources,
  2. int? resourceProfileId,
  3. Map<String, TaskResourceRequest>? taskResources,
})

Implementation

ResourceProfileInfo({
  this.executorResources,
  this.resourceProfileId,
  this.taskResources,
});