state property

String? state
getter/setter pair

State of the custom connector version.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State Unspecified.
  • "ACTIVE" : Active state. By default we set the state to Active.
  • "DEPRECATED" : Deprecated state.

Implementation

core.String? state;