ExOAPI.Parser.V3.Context.Info.Contact (ex_oapi v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOAPI.Parser.V3.Context.Info.Contact{
  email: String.t() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}

Link to this section Functions

Link to this function

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

View Source