state property

String? state
getter/setter pair

State of the NRQZ validation info. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "DRAFT" : Draft state.
  • "FINAL" : Final state.

Implementation

core.String? state;