# `SBoM.CycloneDX.V16.Step`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v16/step.pb.ex#L1)

Executes specific commands or tools in order to accomplish its owning task as part of a sequence.

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V16.Step{
  __unknown_fields__: [Protobuf.unknown_field()],
  commands: [SBoM.CycloneDX.V16.Command.t()],
  description: String.t() | nil,
  name: String.t() | nil,
  properties: [SBoM.CycloneDX.V16.Property.t()]
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
