ActorEnvVarClient
apify_client.clients.ActorEnvVarClient
Index
Methods
delete
Delete the actor environment variable.
Returns None
get
Return information about the actor environment variable.
https://docs.apify.com/api/v2#/reference/actors/environment-variable-object/get-environment-variable
Returns Optional[Dict]
The retrieved actor environment variable data
update
Update the actor environment variable with specified fields.
Parameters
is_secret: Optional[bool] = Noneoptionalkeyword-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 updated actor environment variable
Sub-client for manipulating a single actor environment variable.