Sha256: 8b5412c69894c1d31b760170e8ab0bdd043c55a332c7cc84bd430b19738308bc
Contents?: true
Size: 589 Bytes
Versions: 3
Compression:
Stored size: 589 Bytes
Contents
# PulpcoreClient::InlineResponse2001 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<Repository>**](Repository.md) | | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::InlineResponse2001.new(count: null, _next: null, previous: null, results: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc7 | docs/InlineResponse2001.md |
pulpcore_client-3.0.0rc6 | docs/InlineResponse2001.md |
pulpcore_client-3.0.0rc5 | docs/InlineResponse2001.md |