micro_utils.dokka
0.19.1
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos.generator.test
/
NewTest
New
Test
@
Serializable
data
class
NewTest
(
val
property1
:
String
,
val
property2
:
Int
,
val
parent
:
ParentTypeId
?
)
:
Test
Members
Members & Extensions
Constructors
New
Test
Link copied to clipboard
constructor
(
property1
:
String
,
property2
:
Int
,
parent
:
ParentTypeId
?
)
Functions
as
New
Link copied to clipboard
fun
Test
.
asNew
(
)
:
NewTest
as
Registered
Link copied to clipboard
fun
Test
.
asRegistered
(
id
:
TestId
)
:
RegisteredTest
Properties
excluded
Property
Link copied to clipboard
open
val
excludedProperty
:
String
parent
Link copied to clipboard
open
override
val
parent
:
ParentTypeId
?
property1
Link copied to clipboard
open
override
val
property1
:
String
property2
Link copied to clipboard
open
override
val
property2
:
Int