A representation of a functional parameter.
Optional
The data type of the parameter.
from field: optional string dataType = 3;
The name of the parameter.
from field: optional string name = 1;
The value of the parameter.
from field: optional string value = 2;
from message cyclonedx.v1_6.Parameter
A representation of a functional parameter.