state property
State of the resource.
New values may be added to this enum when appropriate.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The default value. This value should never be used.
- "ACTIVE" : Active announcement which should be visible to user.
- "INACTIVE" : Inactive announcement which should not be visible to user.
- "DELETING" : Announcement which is being deleted
- "CREATING" : Announcement which being created
Implementation
core.String? state;