interface GetDeploymentByKey {
    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.