Sha256: 77c4279616613f610d38e4efce39f0000acacb10b18cceaaa152f29b81528aa1
Contents?: true
Size: 1.55 KB
Versions: 1
Compression:
Stored size: 1.55 KB
Contents
# PulpAnsibleClient::Collection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_created** | **DateTime** | Timestamp of creation. | [optional] **_artifact** | **String** | Artifact file representing the physical content | **_href** | **String** | | [optional] **_type** | **String** | | [optional] **md5** | **String** | The MD5 checksum if available. | [optional] **sha1** | **String** | The SHA-1 checksum if available. | [optional] **sha224** | **String** | The SHA-224 checksum if available. | [optional] **sha256** | **String** | The SHA-256 checksum if available. | [optional] **sha384** | **String** | The SHA-384 checksum if available. | [optional] **sha512** | **String** | The SHA-512 checksum if available. | [optional] **version** | **String** | | **name** | **String** | | **namespace** | **String** | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::Collection.new(_created: null, _artifact: null, _href: null, _type: null, md5: null, sha1: null, sha224: null, sha256: null, sha384: null, sha512: null, version: null, name: null, namespace: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.2.0b1 | docs/Collection.md |