status property

String? status
getter/setter pair

Status of the operation (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;