Sha256: a89fcce777b6180bc86ff02c8e027a8127ce0b7566e2cd580231e3a6394820bf
Contents?: true
Size: 603 Bytes
Versions: 2
Compression:
Stored size: 603 Bytes
Contents
# PulpFileClient::InlineResponse2007 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<RepositoryVersion>**](RepositoryVersion.md) | | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::InlineResponse2007.new(count: null, _next: null, previous: null, results: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-1.1.0 | docs/InlineResponse2007.md |
pulp_file_client-0.3.0 | docs/InlineResponse2007.md |