Resource ClientsOn this pageActorEnvVarCollectionClient Sub-client for manipulating actor env vars.Index MethodscreatelistMethods create create(*, is_secret, name, value): dictCreate a new actor environment variable. https://docs.apify.com/api/v2#/reference/actors/environment-variable-collection/create-environment-variable Parameterskeyword-onlyis_secret: bool | None = Nonekeyword-onlyname: strkeyword-onlyvalue: strReturns dictlist list(): ListPage[dict]List the available actor environment variables. https://docs.apify.com/api/v2#/reference/actors/environment-variable-collection/get-list-of-environment-variables Returns ListPage[dict]
Sub-client for manipulating actor env vars.