SupSoftwareProjectSetParametersPayload
Payload returned after setting parameters on a software project.
type SupSoftwareProjectSetParametersPayload {
errors: [SupSoftwareProjectSetParametersError!]
success: Boolean
}
Fields
SupSoftwareProjectSetParametersPayload.errors ● [SupSoftwareProjectSetParametersError!] list union
SupSoftwareProjectSetParametersPayload.success ● Boolean scalar
Return true if operation succeeded.