Sha256: c07a0ca7036505fd155724541e57223a7000229d82c44ccc835a32df257adc46
Contents?: true
Size: 542 Bytes
Versions: 35
Compression:
Stored size: 542 Bytes
Contents
# PulpAnsibleClient::AnsibleRepositoryMark ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content_units** | [**Array<AnyType>**](AnyType.md) | List of collection version hrefs to mark, use * to mark all content in repository | **value** | **String** | The string value of this mark. | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleRepositoryMark.new(content_units: null, value: null) ```
Version data entries
35 entries across 35 versions & 1 rubygems