ActorVersionClient
Index
Methods
delete
Delete the Actor version.
https://docs.apify.com/api/v2#/reference/actors/version-object/delete-version
Returns None
env_var
Retrieve the client for the specified environment variable of this Actor version.
Parameters
env_var_name: str
Returns ActorEnvVarClient
env_vars
Retrieve a client for the environment variables of this Actor version.
Returns ActorEnvVarCollectionClient
get
Return information about the Actor version.
https://docs.apify.com/api/v2#/reference/actors/version-object/get-version
Returns dict | None
update
Update the Actor version with specified fields.
https://docs.apify.com/api/v2#/reference/actors/version-object/update-version
Parameters
keyword-onlybuild_tag: str | None = None
keyword-onlyenv_vars: list[dict] | None = None
keyword-onlyapply_env_vars_to_build: bool | None = None
keyword-onlysource_type: ActorSourceType | None = None
keyword-onlysource_files: list[dict] | None = None
keyword-onlygit_repo_url: str | None = None
keyword-onlytarball_url: str | None = None
keyword-onlygithub_gist_url: str | None = None
Returns dict
Sub-client for manipulating a single Actor version.