RegistrationList Class

Pageable list of registrations.

Constructor

RegistrationList(*, next_link: str | None = None, value: list['_models.Registration'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
next_link
str

URI to the next page.

Default value: None
value

List of Registrations.

Default value: None

Variables

Name Description
next_link
str

URI to the next page.

value

List of Registrations.