FlowEndpointsConfiguration Class
The endpoints configuration.
Constructor
FlowEndpointsConfiguration(*, workflow: _models.FlowEndpoints | None = None, connector: _models.FlowEndpoints | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
workflow
|
The workflow endpoints. Default value: None
|
connector
|
The connector endpoints. Default value: None
|
Variables
Name | Description |
---|---|
workflow
|
The workflow endpoints. |
connector
|
The connector endpoints. |