Sha256: 2cbc82370291a64c3f0b8694b87bfe2ea0cf20033075f5ac2ab91887d6186d50
Contents?: true
Size: 788 Bytes
Versions: 2
Compression:
Stored size: 788 Bytes
Contents
# PulpFileClient::PaginatedHeaderContentGuardResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<HeaderContentGuardResponse>**](HeaderContentGuardResponse.md) | | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PaginatedHeaderContentGuardResponseList.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/PaginatedHeaderContentGuardResponseList.md |
pulp_file_client-3.49.14 | docs/PaginatedHeaderContentGuardResponseList.md |