Page MenuHomePhorge

contact.ex
No OneTemporary

Size
396 B
Referenced Files
None
Subscribers
None

contact.ex

defmodule OpenApiSpex.Contact do
@moduledoc """
Defines the `OpenApiSpex.Contact.t` type.
"""
defstruct [
:name,
:url,
:email
]
@typedoc """
[Contact Object](https://swagger.io/specification/#contactObject)
Contact information for the exposed API.
"""
@type t :: %__MODULE__{
name: String.t | nil,
url: String.t | nil,
email: String.t | nil
}
end

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 2, 3:05 AM (4 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
486661
Default Alt Text
contact.ex (396 B)

Event Timeline