Skip to main content
Version: 3.0

Version

Index

Properties

apply_env_vars_to_build

apply_env_vars_to_build: bool | None

Whether to inject the environment variables at build time.

build_tag

build_tag: str | None

The tag name to apply to a successful build of this version.

env_vars

env_vars: list[EnvVar] | None

Environment variables for the version.

git_repo_url

git_repo_url: str | None

URL of the Git repository to clone the source code from. Applies when the sourceType is GIT_REPO.

github_gist_url

github_gist_url: str | None

URL of the GitHub Gist to clone the source code from. Applies when the sourceType is GITHUB_GIST.

model_config

model_config: Undefined

source_files

source_files: list[SourceCodeFile | SourceCodeFolder] | None

Applies when the sourceType is SOURCE_FILES. Represents the Actor's file structure as an array of files and folders.

source_type

source_type: VersionSourceType | None

Where the source code of the version lives.

tarball_url

tarball_url: str | None

URL to download the source code from as a tarball or ZIP file. Applies when the sourceType is TARBALL.

version_number

version_number: str

The version number of the Actor. Must be a dot-separated sequence of numbers.