View Source ExOAPI.Parser.V3.Context.Encoding (ex_oapi v0.1.5)

Link to this section Summary

Link to this section Types

@type t() :: %ExOAPI.Parser.V3.Context.Encoding{
  allow_reserved: boolean() | nil,
  content_type: String.t() | nil,
  explode: boolean() | nil,
  headers: ExOAPI.Parser.V3.Context.Header.Map.t() | nil,
  style: ExOAPI.EctoTypes.Style.t() | nil
}

Link to this section Functions

Link to this function

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

View Source