ActorEnvVarCollectionClientAsync
apify_client.clients.ActorEnvVarCollectionClientAsync
Index
Methods
create
Create a new actor environment variable.
Parameters
is_secret: bool | None = Nonekeyword-only
Whether the environment variable is secret or not
name: strkeyword-only
The name of the environment variable
value: strkeyword-only
The value of the environment variable
Returns dict
The created actor environment variable
list
List the available actor environment variables.
Returns ListPage[dict]
The list of available actor environment variables.
Async sub-client for manipulating actor env vars.