Sha256: 97a98d831a4577915fd8f8f25a5e3d3338e707d4a46da96716b97367fcc88beb
Contents?: true
Size: 836 Bytes
Versions: 18
Compression:
Stored size: 836 Bytes
Contents
# PulpAnsibleClient::AnsibleRoleResponse ## 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::AnsibleRoleResponse.new(pulp_created: null, pulp_href: null, artifact: null, version: null, name: null, namespace: null) ```
Version data entries
18 entries across 18 versions & 1 rubygems