SupSoftwareProjectParameterInput
A parameter and its values.
input SupSoftwareProjectParameterInput {
parameter: SupSoftwareProjectParameterInfoInput!
values: [String!]!
}
Fields
SupSoftwareProjectParameterInput.parameter ● SupSoftwareProjectParameterInfoInput! non-null input
Identifies the parameter by its title (case-sensitive).
SupSoftwareProjectParameterInput.values ● [String!]! non-null scalar
The values for this parameter.