TrogonProto.Uuid.V1.EnumValueOptions.Format (Trogon.Proto v0.11.0)

Copy Markdown View Source

Format defines the UUID generation parameters. Nested to avoid conflicts with potential top-level Format messages.

Summary

Types

t()

@type t() :: %TrogonProto.Uuid.V1.EnumValueOptions.Format{
  __unknown_fields__: [Protobuf.unknown_field()],
  namespace: TrogonProto.Uuid.V1.Namespace.t() | nil,
  template: String.t()
}

Functions

descriptor()