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.portfolios
/
AssetsTotalOverviewResponseDto
Assets
Total
Overview
Response
Dto
data
class
AssetsTotalOverviewResponseDto
(
var
items
:
MutableList
<
AssetTotalItemDto
>
?
=
null
)
Overview list of the the totals and asset types.
Parameters
items
List of items containing the totals.
Members
Constructors
Assets
Total
Overview
Response
Dto
Link copied to clipboard
constructor
(
items
:
MutableList
<
AssetTotalItemDto
>
?
=
null
)
Properties
items
Link copied to clipboard
@
Valid
var
items
:
MutableList
<
AssetTotalItemDto
>
?