Sha256: 39928f33db74914e84a7ca5e42a2752c80d17f677ce08b17d9a3f99fd93dec49
Contents?: true
Size: 686 Bytes
Versions: 44
Compression:
Stored size: 686 Bytes
Contents
# SunshineConversationsClient::Links ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **prev** | **String** | A link to the previous page. Not specified if there are no previous pages. | [optional] **_next** | **String** | A link to the next page. Not specified if there are no subsequent pages. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Links.new(prev: https://api.smooch.io/v2/apps?page[before]=fcafad804c39a39648004af9, _next: https://api.smooch.io/v2/apps?page[after]=5ea868f862cdd24abf010b38) ```
Version data entries
44 entries across 44 versions & 1 rubygems