Sha256: 54753ff6820d87257a8ed0f9eafbaf3a478701ec1fdb4e22cfc9380f6f87b801
Contents?: true
Size: 649 Bytes
Versions: 7
Compression:
Stored size: 649 Bytes
Contents
# PulpAnsibleClient::InlineResponse2008 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::InlineResponse2008.new(count: 123, _next: null, previous: null, results: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems