#nullabledisable// Consider removing in the future to minimize likelihood of NullReferenceException; refer https://learn.microsoft.com/en-us/dotnet/csharp/nullable-references
usingSystem;
usingSystem.Collections.Generic;
namespaceGitHub.Actions.WorkflowParser
{
publicsealedclassJobContainer
{
/// <summary>
/// Gets or sets the environment which is provided to the container.
/// </summary>
publicIDictionary<String,String>Environment
{
get;
set;
}
/// <summary>
/// Gets or sets the container image name.
/// </summary>
publicStringImage
{
get;
set;
}
/// <summary>
/// Gets or sets the options used for the container instance.