pub async fn get_latest_deployment(
    deployment_space: &DeploymentSpace,
    binary_type: &BinaryType,
    channel: &PrimaryChannel,
    http_client: &Client
) -> Result<DeploymentRecord, Error>
Expand description

Retrieves the latest deployment for the specified parameters.