cdx-proto
    Preparing search index...

    Type Alias Command

    Command: Message<"cyclonedx.v1_6.Command"> & {
        executed?: string;
        properties: Property[];
    }

    Type declaration

    • Optionalexecuted?: string

      A text representation of the executed command.

      from field: optional string executed = 1;

    • properties: Property[]

      Domain-specific command properties.

      from field: repeated cyclonedx.v1_6.Property properties = 2;

    from message cyclonedx.v1_6.Command