lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
demo-android
/
com.apadmi.mockzilla.demo.engine
/
AnimalDto
Animal
Dto
@
Serializable
data
class
AnimalDto
(
val
animal
:
AnimalDto.AnimalTypeDto
,
val
name
:
String
,
val
age
:
Int
,
val
biography
:
String
,
val
owner
:
String
)
Members
Constructors
Animal
Dto
Link copied to clipboard
constructor
(
animal
:
AnimalDto.AnimalTypeDto
,
name
:
String
,
age
:
Int
,
biography
:
String
,
owner
:
String
)
Types
Animal
Type
Dto
Link copied to clipboard
@
Serializable
enum
AnimalTypeDto
:
Enum
<
AnimalDto.AnimalTypeDto
>
Properties
age
Link copied to clipboard
val
age
:
Int
animal
Link copied to clipboard
val
animal
:
AnimalDto.AnimalTypeDto
biography
Link copied to clipboard
val
biography
:
String
name
Link copied to clipboard
val
name
:
String
owner
Link copied to clipboard
val
owner
:
String