TriggerRun Class 
Trigger runs.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
TriggerRun(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. Default value: None | 
Variables
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. | 
| trigger_run_id | Trigger run id. | 
| trigger_name | Trigger name. | 
| trigger_type | Trigger type. | 
| trigger_run_timestamp | Trigger run start time. | 
| status | Trigger run status. Known values are: "Succeeded", "Failed", and "Inprogress". | 
| message | Trigger error message. | 
| properties | List of property name and value related to trigger run. Name, value pair depends on type of trigger. | 
| triggered_pipelines | List of pipeline name and run Id triggered by the trigger run. | 
| run_dimension | Run dimension for which trigger was fired. | 
| dependency_status | Status of the upstream pipelines. |