state property
The state of the assessment.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state is unspecified. This value should not be used.
- "DRAFT" : The default state of all new assessments.
- "PUBLISHED" : The assessment has been published.
- "APPEALED" : The assessment has been appealed.
- "FINALIZED" : The assessment has been finalized.
Implementation
core.String? state;