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

Link to this section Summary

Link to this section Types

@type t() :: %ExOAPI.Parser.V3.Context.Response{
  content: ExOAPI.Parser.V3.Context.Content.Map.t() | nil,
  description: String.t() | nil,
  headers: ExOAPI.Parser.V3.Context.Header.Map.t() | nil,
  links: ExOAPI.Parser.V3.Context.Link.Map.t() | nil
}

Link to this section Functions

Link to this function

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

View Source