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