View Source ExOAPI.Parser.V3.Context.XML (ex_oapi v0.1.3)

Link to this section Summary

Link to this section Types

@type t() :: %ExOAPI.Parser.V3.Context.XML{
  attribute: boolean() | nil,
  name: String.t() | nil,
  namespace: String.t() | nil,
  prefix: String.t() | nil,
  wrapped: boolean() | nil
}

Link to this section Functions

Link to this function

map_cast(struct \\ %__MODULE__{}, params)

View Source