# Phrase::RepoSyncExport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **String** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::RepoSyncExport.new(message: Export started) ```