pub async fn get_app_with_version(
    client: &BackendClient,
    owner: String,
    name: String,
    version: String
) -> Result<GetDeployAppAndVersion, Error>
Expand description

Retrieve a deploy app together with a specific version.