ConnectorRef constructor

ConnectorRef({
  1. String? openaiConnectorId,
  2. String? serverUrl,
  3. String? clientSecretId,
})

Implementation

ConnectorRef({this.openaiConnectorId, this.serverUrl, this.clientSecretId});