Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 756 Bytes

File metadata and controls

15 lines (10 loc) · 756 Bytes

EnvironmentVariableRequest

Properties

Name Type Description Notes
key String key is case sensitive.
value Option<String> value of the env variable. [optional]
mount_path Option<String> should be set for file only. variable mount path makes variable a file (where file should be mounted). [optional]
description Option<String> optional variable description (255 characters maximum) [optional]
enable_interpolation_in_file Option<bool> [optional]

[Back to Model list] [Back to API list] [Back to README]