state property

String? state
getter/setter pair

The state of the destination. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified.
  • "ENABLED" : Indicates that the destination is enabled.
  • "DISABLED" : Indicates that the destination is disabled.

Implementation

core.String? state;