PageActivationGroupClassificationDto

📄 Description: Represents a paginated response containing activation group classification data, including pagination metadata and content.

Properties

Name

Type

Required

Restrictions

Description

totalPages

integer(int32)

false

none

Total number of available pages.

totalElements

integer(int64)

false

none

Total number of elements across all pages.

numberOfElements

integer(int32)

false

none

Number of elements in the current page.

size

integer(int32)

false

none

The size of each page (number of elements per page).

content

[oneOf]

false

none

List of activation group classification objects contained in the current page.

📄 Description: oneOf - discriminator: ActivationGroupClassificationDto.type

Name

Type

Required

Restrictions

Description

» anonymous

ActivationGroupClassificationDto

false

none

Data Transfer Object for activation group classification, including financial, accounting, and system-related properties.

📄 Description: xor

Name

Type

Required

Restrictions

Description

» anonymous

LesseeActivationGroupClassificationDto

false

none

none

📄 Description: xor

Name

Type

Required

Restrictions

Description

» anonymous

LessorActivationGroupClassificationDto

false

none

none

📄 Description: continued

Name

Type

Required

Restrictions

Description

number

integer(int32)

false

none

Current page number (0-based).

sort

SortObject

false

none

Represents sorting metadata applied to a pageable request, including whether sorting is enabled and its state.

pageable

PageableObject

false

none

Represents pagination metadata describing the requested page, including offsets, sizes, and sorting information.

first

boolean

false

none

Indicates whether the current page is the first page.

last

boolean

false

none

Indicates whether the current page is the last page.

empty

boolean

false

none

Indicates whether the page is empty (no content).