interface GetDeploymentGatingStatusByKey {
    deploymentSequenceNumber: number;
    environmentId: string;
    pipelineId: string;
}

Properties

deploymentSequenceNumber: number

The Deployment's deploymentSequenceNumber.

environmentId: string

The ID of the Deployment's environment.

pipelineId: string

The ID of the Deployment's pipeline.