Sha256: 5761cbac9e21aa6a3d92a5f6d13a3ee65b847f12de6807dfeca9308fb5aaba77
Contents?: true
Size: 748 Bytes
Versions: 35
Compression:
Stored size: 748 Bytes
Contents
# PulpAnsibleClient::AnsibleCollectionVersionMarkResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_href** | **String** | | [optional] [readonly] **marked_collection** | **String** | The content this mark is pointing to. | **value** | **String** | The string value of this mark. | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleCollectionVersionMarkResponse.new(pulp_created: null, pulp_href: null, marked_collection: null, value: null) ```
Version data entries
35 entries across 35 versions & 1 rubygems