name property
The actual class name or the annotated name of the task.
Task Author should initialize this field with value from the getName() method of the Task class.
Implementation
core.String? name;
The actual class name or the annotated name of the task.
Task Author should initialize this field with value from the getName() method of the Task class.
core.String? name;