status property

String? status
getter/setter pair

Status of the operation.

Can be one of the following: "PENDING" or "DONE" (output only). A status of "DONE" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet. Possible string values are:

  • "pending"
  • "done"

Implementation

core.String? status;