CodelessConnectorPollingResponseProperties Class

Describes the response from the external server.

All required parameters must be populated in order to send to Azure.

Inheritance
CodelessConnectorPollingResponseProperties

Constructor

CodelessConnectorPollingResponseProperties(*, events_json_paths: List[str], success_status_json_path: Optional[str] = None, success_status_value: Optional[str] = None, is_gzip_compressed: Optional[bool] = None, **kwargs)

Variables

events_json_paths
list[str]

Required. Describes the path we should extract the data in the response.

success_status_json_path
str

Describes the path we should extract the status code in the response.

success_status_value
str

Describes the path we should extract the status value in the response.

is_gzip_compressed
bool

Describes if the data in the response is Gzip.