PageBusinessUnitLiteDto

📄 Description: Data transfer object representing a simplified view of a business unit, including essential attributes for effective organizational management and reporting.

Properties

Name

Type

Required

Restrictions

Description

totalElements

integer(int64)

false

none

Total number of items available

totalPages

integer(int32)

false

none

Total number of pages available

pageable

PageableObject

false

none

Indicates the pagination details for retrieving a list of business units in a streamlined manner.

numberOfElements

integer(int32)

false

none

Indicates the total count of elements present in the current page of the Business Unit data set.

size

integer(int32)

false

none

Number of items per page

content

[BusinessUnitLiteDto]

false

none

An array of PageBusinessUnitLiteDto objects representing the relevant business units associated with the content.

number

integer(int32)

false

none

Represents the unique numerical identifier for the business unit within the system.

sort

SortObject

false

none

Sort order specification

first

boolean

false

none

Whether this is the first page

last

boolean

false

none

Whether this is the last page

empty

boolean

false

none

Whether the result set is empty