# VeloPayments::PagedUserResponseLinks ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **rel** | **String** | | [optional] | | **href** | **String** | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PagedUserResponseLinks.new( rel: first, href: https://api.sandbox.velopayments.com/v2/users??type=PAYOR&page=1&pageSize=10 ) ```