uploadState property

String? uploadState
getter/setter pair

Status of the operation.

Possible values are: - "FAILURE" - "IN_PROGRESS" - "NOT_FOUND" - "SUCCESS"

Implementation

core.String? uploadState;