processingState property
The processing state of the studio creative asset.
Output only. Possible string values are:
- "UNKNOWN" : The processing state is unknown.
- "PROCESSING" : The asset is being processed.
- "SUCCEEDED" : The asset was successfully processed.
- "FAILED" : The asset failed to be processed.
Implementation
core.String? processingState;