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