toggle menu
commons
3.1.0
jvm
switch theme
search in API
core
/
eth.likespro.commons.models.entity
Package-level
declarations
Types
Types
Custom
Geolocation
Link copied to clipboard
@
Serializable
data
class
CustomGeolocation
(
val
id
:
CustomGeolocation.Id
=
Id()
,
var
name
:
CustomGeolocation.Name
?
,
var
latitude
:
Latitude
?
,
var
longitude
:
Longitude
?
,
var
placeId
:
PlaceId
?
,
val
createdAt
:
Timestamp
=
Timestamp.now()
)
:
Entity
<
CustomGeolocation.Id
>
,
Validatable
<
CustomGeolocation
>