convention-plugins
Toggle table of contents
v45
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
convention-plugins
common-conventions
/
io.technoirlab.conventions.common.api.metadata
/
DeveloperInfo
Developer
Info
data
class
DeveloperInfo
(
val
id
:
String
?
,
val
name
:
String
,
val
email
:
String
?
,
val
organization
:
String
?
,
val
organizationUrl
:
String
?
)
:
Serializable
(
source
)
Members
Constructors
Developer
Info
Link copied to clipboard
constructor
(
id
:
String
?
,
name
:
String
,
email
:
String
?
,
organization
:
String
?
,
organizationUrl
:
String
?
)
Properties
email
Link copied to clipboard
val
email
:
String
?
id
Link copied to clipboard
val
id
:
String
?
name
Link copied to clipboard
val
name
:
String
organization
Link copied to clipboard
val
organization
:
String
?
organization
Url
Link copied to clipboard
val
organizationUrl
:
String
?