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