m8ty-api-server
Toggle table of contents
1.114.0
jvm
Platform filter
jvm
Switch theme
Search in API
m8ty-api-server
m8ty-dto - m8ty Data Transfer Objects
/
eu.m8ty.dtos.cards
/
CardsResponseDto
Cards
Response
Dto
data
class
CardsResponseDto
(
var
cards
:
MutableList
<
CardDataDto
>
?
=
null
,
var
page
:
PageDto
?
=
null
)
Response containing all requested cards of a user.
Parameters
cards
page
Members
Constructors
Cards
Response
Dto
Link copied to clipboard
constructor
(
cards
:
MutableList
<
CardDataDto
>
?
=
null
,
page
:
PageDto
?
=
null
)
Properties
cards
Link copied to clipboard
@
Valid
var
cards
:
MutableList
<
CardDataDto
>
?
page
Link copied to clipboard
@
Valid
var
page
:
PageDto
?