Sha256: 4a883cac9dfb4d8bf003f48b1b296b56aa002a7cbc9d7af1f966549b6ac1c8e8
Contents?: true
Size: 640 Bytes
Versions: 1
Compression:
Stored size: 640 Bytes
Contents
# PulpContainerClient::InlineResponse2008 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<ContainerContainerRepository>**](ContainerContainerRepository.md) | | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::InlineResponse2008.new(count: null, _next: null, previous: null, results: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.0.0b3 | docs/InlineResponse2008.md |