Skip to main content
Version: 3.0

EnvVar

Hierarchy

Index

Properties

is_secret

is_secret: bool | None

Whether the environment variable is encrypted. Secret values aren't returned by the API.

model_config

model_config: Undefined

name

name: str

The name of the environment variable.

value

value: str | None

The value of the environment variable. If isSecret is true, this value isn't returned by the API.

Page Options