status property
The status of the asset.
Output only. Possible string values are:
- "UNSPECIFIED" : The status has not been specified.
- "UNKNOWN" : The received value is not known in this version. This is a response-only value.
- "ENABLED" : The asset is enabled.
- "REMOVED" : The asset is removed.
- "ARCHIVED" : The asset is archived.
- "PENDING_SYSTEM_GENERATED" : The asset is system generated pending user review.
Implementation
core.String? status;