Sassone.Builder.Field (Sassone v1.0.0)

View Source

A struct representing the builder options for a struct field.

Summary

Types

t()

@type t() :: %Sassone.Builder.Field{
  build: boolean(),
  many: boolean(),
  name: atom(),
  namespace: String.t() | nil,
  parse: boolean(),
  struct: module(),
  type: :attribute | :content | :element,
  xml_name: String.t()
}