disabled property

bool? disabled
getter/setter pair

If disabled is set to true, functionality is disabled for this connection.

Repository based API methods and webhooks processing for repositories in this connection will be disabled.

Implementation

core.bool? disabled;