SBoM.CycloneDX.V17.PostalAddressType (SBoM v0.9.1)
View SourceAn address used to identify a contactable location.
Summary
Types
@type t() :: %SBoM.CycloneDX.V17.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 }