Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7890282
contact.ex
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
396 B
Referenced Files
None
Subscribers
None
contact.ex
View Options
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
Details
Attached
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)
Attached To
Mode
R22 open_api_spex
Attached
Detach File
Event Timeline
Log In to Comment