StartImportLabelsTaskRunResponse constructor

StartImportLabelsTaskRunResponse({
  1. String? taskRunId,
})

Implementation

StartImportLabelsTaskRunResponse({
  this.taskRunId,
});