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
update
Update the Actor environment variable with specified fields.
Parameters
keyword-onlyis_secret: bool | None = None
keyword-onlyname: str
keyword-onlyvalue: str
Returns dict
Sub-client for manipulating a single Actor environment variable.