Sha256: 1157aea5966bf4e122e880c84e984f155c2e905f51be496bfb4e017bb9f36507
Contents?: true
Size: 772 Bytes
Versions: 2
Compression:
Stored size: 772 Bytes
Contents
# PulpFileClient::PaginatedSigningServiceResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<SigningServiceResponse>**](SigningServiceResponse.md) | | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PaginatedSigningServiceResponseList.new(count: 123, _next: http://api.example.org/accounts/?offset=400&limit=100, previous: http://api.example.org/accounts/?offset=200&limit=100, results: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PaginatedSigningServiceResponseList.md |
pulp_file_client-3.49.14 | docs/PaginatedSigningServiceResponseList.md |