Sha256: 0f5c5fc86d1d5dfef435d726839531124a7ae4fcfdbe0a427487d6c5f955f9da
Contents?: true
Size: 989 Bytes
Versions: 59
Compression:
Stored size: 989 Bytes
Contents
# PulpAnsibleClient::GalaxyCollectionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | **name** | **String** | | **namespace** | [**Object**](.md) | | [optional] [readonly] **href** | **String** | | [optional] [readonly] **versions_url** | **String** | | [optional] [readonly] **created** | **DateTime** | | **modified** | **DateTime** | | **latest_version** | [**Object**](.md) | | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::GalaxyCollectionResponse.new(id: null, name: null, namespace: null, href: null, versions_url: null, created: null, modified: null, latest_version: null) ```
Version data entries
59 entries across 59 versions & 1 rubygems