Estructura.Nested.Type.UUID (estructura v1.9.0)

View Source

Estructura type for UUID

Summary

Types

t()

@type t() :: %Estructura.Nested.Type.UUID{
  binary: binary(),
  type: :default | :hex | :urn,
  uuid: String.t(),
  variant: :rfc4122,
  version: :unknown | pos_integer()
}