pub type ExtPipeRunsResource = Resource<ExtPipeRun>;Expand description
Extraction pipeline runs represent statuses related to an extraction pipeline.
The supported statuses are: success, failure, and seen.
An extraction pipeline can be configured to create notifications when the state of the extraction pipeline changes.
Aliased Type§
pub struct ExtPipeRunsResource {
pub api_client: Arc<ApiClient>,
/* private fields */
}Fields§
§api_client: Arc<ApiClient>A reference to the shared API Client.