View Source OpenAPI.Spec.Info.Contact (OpenAPI Generator v0.1.0-rc.3)

Raw contact information from the OpenAPI spec

Link to this section Summary

Link to this section Types

@type t() :: %OpenAPI.Spec.Info.Contact{
  email: String.t() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}