status property

String? status
getter/setter pair

Status of the dynamic group. Possible string values are:

  • "STATUS_UNSPECIFIED" : Default.
  • "UP_TO_DATE" : The dynamic group is up-to-date.
  • "UPDATING_MEMBERSHIPS" : The dynamic group has just been created and memberships are being updated.
  • "INVALID_QUERY" : Group is in an unrecoverable state and its memberships can't be updated.

Implementation

core.String? status;