plannableStatus property

String? plannableStatus
getter/setter pair

The plannable status of the user list. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "PLANNABLE" : The user list is plannable.
  • "UNPLANNABLE" : The user list is not plannable.

Implementation

core.String? plannableStatus;