Sha256: 5566510ca4b4d56cc23cd72817c43ef28e6eee1eb0e378b6e346f1788b050810
Contents?: true
Size: 540 Bytes
Versions: 5
Compression:
Stored size: 540 Bytes
Contents
# 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 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems