Sha256: 11a4ab65236e2bd88fc6762c2ec5dd1276103b7106e5632f360957bcb9df1eeb
Contents?: true
Size: 745 Bytes
Versions: 15
Compression:
Stored size: 745 Bytes
Contents
# PulpAnsibleClient::AnsibleRole ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] **artifact** | **String** | Artifact file representing the physical content | **version** | **String** | | **name** | **String** | | **namespace** | **String** | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleRole.new(repository: null, artifact: null, version: null, name: null, namespace: null) ```
Version data entries
15 entries across 15 versions & 1 rubygems