Sha256: 5cd74831a8fa3b4afb589845bb018822f5e57d4bff0485b55a8da028eda7819e
Contents?: true
Size: 854 Bytes
Versions: 1
Compression:
Stored size: 854 Bytes
Contents
# PulpAnsibleClient::Role ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **artifact** | **String** | Artifact file representing the physical content | **_created** | **DateTime** | Timestamp of creation. | [optional] **_type** | **String** | | [optional] **_href** | **String** | | [optional] **version** | **String** | | **name** | **String** | | **namespace** | **String** | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::Role.new(artifact: null, _created: null, _type: null, _href: null, version: null, name: null, namespace: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.2.0b3 | docs/Role.md |