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

Link to this section Summary

Link to this section Types

@type t() :: %ExOAPI.Parser.V3.Context.Info{
  contact: ExOAPI.Parser.V3.Context.Info.Contact.t() | nil,
  description: String.t() | nil,
  license: map() | nil,
  terms_of_service: String.t() | nil,
  title: String.t() | nil,
  version: String.t() | nil
}

Link to this section Functions

Link to this function

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

View Source