Sha256: d41141e305e098235db0fff2384e015eec257f9bf804a640bad4089c204936b8
Contents?: true
Size: 1006 Bytes
Versions: 2
Compression:
Stored size: 1006 Bytes
Contents
# PulpAnsibleClient::CollectionRead ## 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::CollectionRead.new(href: null, created_at: null, updated_at: null, namespace: null, name: null, deprecated: null, versions_url: null, highest_version: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.2.0b14 | docs/CollectionRead.md |
pulp_ansible_client-0.2.0b13 | docs/CollectionRead.md |