Sha256: c5715961165ea25d97795865803fea63ff74db4104e8a40a89320a24c2fa123f
Contents?: true
Size: 828 Bytes
Versions: 1
Compression:
Stored size: 828 Bytes
Contents
# PulpAnsibleClient::AnsibleRoleRead ## 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::AnsibleRoleRead.new(pulp_href: null, artifact: null, pulp_created: null, version: null, name: null, namespace: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.2.0b14 | docs/AnsibleRoleRead.md |