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