maxConnections property

  1. @JsonKey(name: 'max_connections')
int? get maxConnections
inherited

Optional. The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery

Implementation

@JsonKey(name: 'max_connections')
int? get maxConnections;