Sha256: 66b857b0e22bc28f15ff3933c1757587da782e06f290f1f5806754a1a4c04ebd
Contents?: true
Size: 998 Bytes
Versions: 10
Compression:
Stored size: 998 Bytes
Contents
# PulpAnsibleClient::Collection ## 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** | **String** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::Collection.new(href: null, created_at: null, updated_at: null, namespace: null, name: null, deprecated: null, versions_url: null, highest_version: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems