# EnvVarRequest<!-- -->

### Hierarchy

* [EnvVar](https://docs.apify.com/api/client/python/api/client/python/reference/class/EnvVar.md)
  * *EnvVarRequest*

## Index[**](#Index)

### Properties

* [**is\_secret](https://docs.apify.com/api/client/python/api/client/python/reference/class/EnvVarRequest.md#is_secret)
* [**model\_config](https://docs.apify.com/api/client/python/api/client/python/reference/class/EnvVarRequest.md#model_config)
* [**name](https://docs.apify.com/api/client/python/api/client/python/reference/class/EnvVarRequest.md#name)
* [**value](https://docs.apify.com/api/client/python/api/client/python/reference/class/EnvVarRequest.md#value)

## Properties<!-- -->[**](#Properties)

### [**](#is_secret)is\_secret

**is\_secret: bool | None

Inherited from [EnvVar.is\_secret](https://docs.apify.com/api/client/python/api/client/python/reference/class/EnvVar.md#is_secret)

### [**](#model_config)model\_config

**model\_config: Undefined

Overrides [EnvVar.model\_config](https://docs.apify.com/api/client/python/api/client/python/reference/class/EnvVar.md#model_config)

### [**](#name)name

**name: str

Inherited from [EnvVar.name](https://docs.apify.com/api/client/python/api/client/python/reference/class/EnvVar.md#name)

### [**](#value)value

**value: Annotated\[str | None, Field(examples=\['my-value'])]

Inherited from [EnvVar.value](https://docs.apify.com/api/client/python/api/client/python/reference/class/EnvVar.md#value)

The environment variable value. This field is absent in responses when `isSecret` is `true`, as secret values are never returned by the API.
