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