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 dict | None
The retrieved Actor environment variable data
update
Update the Actor environment variable with specified fields.
Parameters
keyword-onlyis_secret: bool | None = None
Whether the environment variable is secret or not
keyword-onlyname: str
The name of the environment variable
keyword-onlyvalue: str
The value of the environment variable
Returns dict
The updated Actor environment variable
Sub-client for manipulating a single Actor environment variable.