abacusai.web_service_trigger_run ================================ .. py:module:: abacusai.web_service_trigger_run Classes ------- .. autoapisummary:: abacusai.web_service_trigger_run.WebServiceTriggerRun Module Contents --------------- .. py:class:: WebServiceTriggerRun(client, endpoint=None, createdAt=None, payload=None, headers=None, method=None, responseStatus=None, responseBody=None, error=None, lifecycle=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A web service trigger run :param client: An authenticated API Client instance :type client: ApiClient :param endpoint: The endpoint of the web service trigger run. :type endpoint: str :param createdAt: The creation time of the web service trigger run. :type createdAt: str :param payload: The payload of the web service trigger run. :type payload: dict :param headers: The headers of the web service trigger run. :type headers: dict :param method: The method of the web service trigger run. :type method: str :param responseStatus: The HTTP response status code. :type responseStatus: int :param responseBody: The HTTP response body. :type responseBody: str :param error: Error message if the request failed. :type error: str :param lifecycle: The lifecycle status of the run. :type lifecycle: str .. py:attribute:: endpoint :value: None .. py:attribute:: created_at :value: None .. py:attribute:: payload :value: None .. py:attribute:: headers :value: None .. py:attribute:: method :value: None .. py:attribute:: response_status :value: None .. py:attribute:: response_body :value: None .. py:attribute:: error :value: None .. py:attribute:: lifecycle :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict