Sha256: b620ba2c97d83fdf444b0fddae52408477f39ab263ca36190c011877a075d681
Contents?: true
Size: 613 Bytes
Versions: 8
Compression:
Stored size: 613 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] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PagedUserResponse.new(page: null, links: null, content: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems