insightsState property

String? insightsState
getter/setter pair

The state of the insights feature. Possible string values are:

  • "INSIGHTS_ENABLEMENT_STATE_UNSPECIFIED" : Default value. Should not be used.
  • "INSIGHTS_ENABLED" : The insights feature is enabled for the customer.
  • "INSIGHTS_DISABLED" : The insights feature is disabled for the customer.

Implementation

core.String? insightsState;