Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 684 Bytes

BaseItemDtoQueryResult.md

File metadata and controls

17 lines (12 loc) · 684 Bytes

openapi.model.BaseItemDtoQueryResult

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
items BuiltList<BaseItemDto> Gets or sets the items. [optional]
totalRecordCount int Gets or sets the total number of records available. [optional]
startIndex int Gets or sets the index of the first record in Items. [optional]

[Back to Model list] [Back to API list] [Back to README]