# 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) ```