SBoM.CycloneDX.V16.PostalAddressType (SBoM v0.9.1)

View Source

An address used to identify a contactable location.

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V16.PostalAddressType{
  __unknown_fields__: [Protobuf.unknown_field()],
  bom_ref: String.t() | nil,
  country: String.t() | nil,
  locality: String.t() | nil,
  postOfficeBoxNumber: String.t() | nil,
  postalCodeue: String.t() | nil,
  region: String.t() | nil,
  streetAddress: String.t() | nil
}