# ActVersion<!-- -->

Snapshot of the Actor version that this build was created from.

## Index[**](#Index)

### Properties

* [**build\_tag](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActVersion.md#build_tag)
* [**git\_repo\_url](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActVersion.md#git_repo_url)
* [**model\_config](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActVersion.md#model_config)
* [**source\_files](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActVersion.md#source_files)
* [**source\_type](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActVersion.md#source_type)
* [**version\_number](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActVersion.md#version_number)

## Properties<!-- -->[**](#Properties)

### [**](#build_tag)build\_tag

**build\_tag: str | None

### [**](#git_repo_url)git\_repo\_url

**git\_repo\_url: Annotated\[ str | None, Field(alias='gitRepoUrl', examples=\['https\://github.com/apifytech/actor-crawler.git ]

URL of the git repository, present when sourceType is GIT\_REPO.

### [**](#model_config)model\_config

**model\_config: Undefined

### [**](#source_files)source\_files

**source\_files: [list](https://docs.apify.com/api/client/python/api/client/python/reference/class/ActorEnvVarCollectionClient.md#list)\[[SourceCodeFile](https://docs.apify.com/api/client/python/api/client/python/reference/class/SourceCodeFile.md)] | None

Inline source files, present when sourceType is SOURCE\_FILES.

### [**](#source_type)source\_type

**source\_type: [VersionSourceType](https://docs.apify.com/api/client/python/api/client/python/reference.md#VersionSourceType) | None

### [**](#version_number)version\_number

**version\_number: str | None
