Environment variable definition.
Used in terminal creation requests to specify environment variables for the terminal process.
Required Fields
name- Variable name (string)value- Variable value (string)
Optional Fields
meta- Additional metadata (map)
Example
%ACPex.Schema.Types.EnvVariable{
name: "PATH",
value: "/usr/local/bin:/usr/bin:/bin"
}JSON Representation
{
"name": "PATH",
"value": "/usr/local/bin:/usr/bin:/bin"
}
Summary
Functions
Creates a changeset for validation.
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Creates a changeset for validation.
Required Fields
name- Must be presentvalue- Must be present