Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnvironmentSetting

Package version

interface

An interface representing EnvironmentSetting.

summary

An environment variable to be set on a task process.

Hierarchy

  • EnvironmentSetting

Index

Properties

Properties

name

name: string
member

{string} name The name of the environment variable.

Optional value

value: undefined | string
member

{string} [value] The value of the environment variable.

Generated using TypeDoc