Samlo.LocalizedName (samlo v0.1.0)

Module that describes the LocalizedNameType element struct

Link to this section Summary

Link to this section Types

Specs

t() :: t(String.t())
Link to this type

t(value_type)

Specs

t(value_type) :: %Samlo.LocalizedName{
  lang: String.t(),
  name: String.t(),
  value: value_type
}