code property
The current state of the Namespace resource.
Output only. Possible string values are:
- "CODE_UNSPECIFIED" : The code is not set.
- "CREATING" : The namespace is being created.
- "READY" : The namespace active.
- "DELETING" : The namespace is being deleted.
- "UPDATING" : The namespace is being updated.
Implementation
core.String? code;