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