PagedGitLabAction
abstract class PagedGitLabAction<ItemType : Any, PageType : Paged<Uri, ItemType>, Self : PagedGitLabAction<ItemType, PageType, Self>>(toResult: (List<ItemType>, Uri?) -> PageType, autoMarshalling: AutoMarshalling, kClass: KClass<PageType>) : AutomarshalledPagedAction<Uri, ItemType, PageType, Self> , GitLabAction<PageType>