pub type DeploymentStatusEvent<'a> = DeploymentStatusCreatedEvent<'a>;

Aliased Type§

struct DeploymentStatusEvent<'a> {
    pub deployment_status: DeploymentStatusCreatedEventDeploymentStatus<'a>,
    pub deployment: Deployment<'a>,
    pub check_run: Option<DeploymentStatusCreatedEventCheckRun<'a>>,
    pub workflow_run: Option<DeploymentWorkflowRun<'a>>,
    pub workflow: Option<Workflow<'a>>,
    pub repository: Repository<'a>,
    pub sender: User<'a>,
    pub installation: Option<InstallationLite<'a>>,
    pub organization: Option<Organization<'a>>,
}

Fields§

§deployment_status: DeploymentStatusCreatedEventDeploymentStatus<'a>§deployment: Deployment<'a>§check_run: Option<DeploymentStatusCreatedEventCheckRun<'a>>§workflow_run: Option<DeploymentWorkflowRun<'a>>§workflow: Option<Workflow<'a>>§repository: Repository<'a>§sender: User<'a>§installation: Option<InstallationLite<'a>>§organization: Option<Organization<'a>>