Argument interface
The properties of a run argument.
Properties
| is | 
	Flag to indicate whether the argument represents a secret and want to be removed from build logs.  | 
| name | The name of the argument.  | 
| value | The value of the argument.  | 
Property Details
		isSecret
	 
	Flag to indicate whether the argument represents a secret and want to be removed from build logs.
isSecret?: boolean
				Property Value
boolean
name
The name of the argument.
name: string
				Property Value
string
value
The value of the argument.
value: string
				Property Value
string