View Source OpenAPI.Spec.Info.Contact (OpenAPI Generator v0.2.0)

Raw contact information from the OpenAPI spec

Summary

Types

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