status property

String? status
getter/setter pair

The status of the export.

Output only. Possible string values are:

  • "EXPORT_STATUS_UNSPECIFIED" : The status is unspecified.
  • "COMPLETED" : The export completed.
  • "FAILED" : The export failed.
  • "IN_PROGRESS" : The export is in progress.

Implementation

core.String? status;