cdx-proto
    Preparing search index...

    Type Alias Parameter

    Parameter: Message<"cyclonedx.v1_6.Parameter"> & {
        dataType?: string;
        name?: string;
        value?: string;
    }

    A representation of a functional parameter.

    Type declaration

    • OptionaldataType?: string

      The data type of the parameter.

      from field: optional string dataType = 3;

    • Optionalname?: string

      The name of the parameter.

      from field: optional string name = 1;

    • Optionalvalue?: string

      The value of the parameter.

      from field: optional string value = 2;

    from message cyclonedx.v1_6.Parameter