SupSolutionTemplateParameterBundleInput
No description
input SupSolutionTemplateParameterBundleInput {
parameter: SupSolutionTemplateParameterInput!
values: [SupSolutionTemplateParameterValueInput!]!
}
Fields
SupSolutionTemplateParameterBundleInput.parameter ● SupSolutionTemplateParameterInput! non-null input
The parameter to be bundled.
SupSolutionTemplateParameterBundleInput.values ● [SupSolutionTemplateParameterValueInput!]! non-null input
The list of parameter values associated with the parameter bundle.