[{"label":"Latest (1.0)","version":"latest"}]
srs-for-vsphere

PlaceholderValue

PlaceholderValue object represents a single value for a placeholder in template script.


Properties

string
placeholder_name Required

The name of the placeholder in the script template which will be replaced on the creation of an argument script.


array of string
value Required

Value that will be used to replace the placeholder on the creation of an argument script.

JSON Example

{
	"placeholder_name": "string",
	"value": [
		"string"
	]
}
[{"label":"Latest (1.0)","version":"latest"}]
srs-for-vsphere
Property Of

PlaceholderValueList

Feedback

Was this page helpful?