# Phrase::LocaleDownloadResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **url** | **String** | The URL to the download file. This URL is valid for 15 minutes. | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::LocaleDownloadResult.new(url: null) ```