# VeloPayments::PagedUserResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **page** | [**PagedUserResponsePage**](PagedUserResponsePage.md) | | [optional] | | **links** | [**Array<PagedUserResponseLinks>**](PagedUserResponseLinks.md) | | [optional] | | **content** | [**Array<UserResponse>**](UserResponse.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PagedUserResponse.new( page: null, links: null, content: null ) ```