abacusai.web_service_trigger_run

Classes

WebServiceTriggerRun

A web service trigger run

Module Contents

class abacusai.web_service_trigger_run.WebServiceTriggerRun(client, endpoint=None, createdAt=None, payload=None, headers=None, method=None, responseStatus=None, responseBody=None, error=None, lifecycle=None)

Bases: abacusai.return_class.AbstractApiClass

A web service trigger run

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • endpoint (str) – The endpoint of the web service trigger run.

  • createdAt (str) – The creation time of the web service trigger run.

  • payload (dict) – The payload of the web service trigger run.

  • headers (dict) – The headers of the web service trigger run.

  • method (str) – The method of the web service trigger run.

  • responseStatus (int) – The HTTP response status code.

  • responseBody (str) – The HTTP response body.

  • error (str) – Error message if the request failed.

  • lifecycle (str) – The lifecycle status of the run.

endpoint = None
created_at = None
payload = None
headers = None
method = None
response_status = None
response_body = None
error = None
lifecycle = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict