parent property

String? parent
getter/setter pair

Parent task identifier.

This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.

Implementation

core.String? parent;