# PulpAnsibleClient::RepositorySyncURL ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repository** | **String** | A URI of the repository to be synchronized. | **mirror** | **Boolean** | If ``True``, synchronization will remove all content that is not present in the remote repository. If ``False``, sync will be additive only. | [optional] [default to false] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::RepositorySyncURL.new(repository: null, mirror: null) ```