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