Sha256: c4722c11f0ae6e3db84f48aa4556f1ea8a679c02f483d83b5684c7d319effbd7
Contents?: true
Size: 820 Bytes
Versions: 1
Compression:
Stored size: 820 Bytes
Contents
# PulpAnsibleClient::AnsibleRole ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **artifact** | **String** | Artifact file representing the physical content | **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **version** | **String** | | **name** | **String** | | **namespace** | **String** | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleRole.new(artifact: null, pulp_href: null, pulp_created: null, version: null, name: null, namespace: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.2.0b12 | docs/AnsibleRole.md |