Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 894 Bytes

UserArrayMetadataType.md

File metadata and controls

18 lines (12 loc) · 894 Bytes

# UserArrayMetadataType

Office array with metadata for pagination

Properties

Name Type Description Notes
TotalElements int32 Total number of elements the API should return without pagination [optional]
TotalPages int64 Total number of pages available `totalPages = ceil (totalElements / size)` [optional]
Size int64 maximum number of elements inside a page (like input) [optional]
Page int64 page number (like input) [optional]
NumberOfElements int64 number of elements in this page `numberOfElements <= size` [optional]
Content []UserType [optional]

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