state property

String? state
getter/setter pair

State of the configuration. Possible string values are:

  • "DEVICE_CONFIG_STATE_UNSPECIFIED"
  • "DRAFT"
  • "FINAL"

Implementation

core.String? state;