Sha256: 133f58584e595a52101b9e554152093b0c5b5676357d709a58ec395bd2a773a9
Contents?: true
Size: 1.04 KB
Versions: 8
Compression:
Stored size: 1.04 KB
Contents
# PulpAnsibleClient::CollectionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **href** | **String** | | [optional] [readonly] **namespace** | **String** | | [optional] [readonly] **name** | **String** | | [optional] [readonly] **deprecated** | **Boolean** | | **versions_url** | **String** | | [optional] [readonly] **highest_version** | [**Object**](.md) | | [optional] [readonly] **created_at** | **DateTime** | | [optional] [readonly] **updated_at** | **DateTime** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::CollectionResponse.new(href: null, namespace: null, name: null, deprecated: null, versions_url: null, highest_version: null, created_at: null, updated_at: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems