RegistryPagination

Properties

NameTypeDescriptionNotes

limit

number

The maximum number of elements to return (used together with pagination.token for pagination)

[default to undefined]

token

string

An opaque token used to iterate the set of results (used together with limit for pagination)

[default to undefined]

Last updated