Sha256: f55c376b73b3aeeba1d1052191e0affa9c0f6a5531c9738bfab95c444e783610

Contents?: true

Size: 809 Bytes

Versions: 2

Compression:

Stored size: 809 Bytes

Contents

# PulpcoreClient::FileFileAlternateContentSource

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of Alternate Content Source. | 
**last_refreshed** | **DateTime** | Date of last refresh of AlternateContentSource. | [optional] 
**paths** | **Array<String>** | List of paths that will be appended to the Remote url when searching for content. | [optional] 
**remote** | **String** | The remote to provide alternate content source. | 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::FileFileAlternateContentSource.new(name: null,
                                 last_refreshed: null,
                                 paths: null,
                                 remote: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulpcore_client-3.55.2 docs/FileFileAlternateContentSource.md
pulpcore_client-3.49.14 docs/FileFileAlternateContentSource.md