Class EnvVar
- Namespace
- AgentContainers.Core.Models
- Assembly
- AgentContainers.Core.dll
public sealed class EnvVar
- Inheritance
-
EnvVar
- Inherited Members
-
Properties
Default
public string? Default { get; set; }
Property Value
- string
Description
public string Description { get; set; }
Property Value
- string
InjectFrom
public string? InjectFrom { get; set; }
Property Value
- string
Name
public required string Name { get; set; }
Property Value
- string
Required
public bool Required { get; set; }
Property Value
- bool
Sensitive
public bool Sensitive { get; set; }
Property Value
- bool