SupSoftwareProjectParameter
Represents a parameter in the software project.
type SupSoftwareProjectParameter {
parameter: SupSoftwareProjectParameterInfo!
values: [String!]
}
Fields
SupSoftwareProjectParameter.parameter ● SupSoftwareProjectParameterInfo! non-null object
The parameter definition.
SupSoftwareProjectParameter.values ● [String!] list scalar
The parameter values.