Sha256: ebaf4075d18223945d364d3ccaf42d14bd82e361e4bb6db2881f2b3111ef56e2

Contents?: true

Size: 1.35 KB

Versions: 48

Compression:

Stored size: 1.35 KB

Contents

# PulpFileClient::FileFileAlternateContentSourceResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] 
**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 'PulpFileClient'

instance = PulpFileClient::FileFileAlternateContentSourceResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 name: null,
                                 last_refreshed: null,
                                 paths: null,
                                 remote: null)
```


Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
pulp_file_client-3.55.3 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.15 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.55.2 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.14 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.13 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.12 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.55.1 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.55.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.54.1 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.11 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.6 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.53.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.51.3 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.52.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.51.2 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.5 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.51.1 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.50.3 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.4 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.51.0 docs/FileFileAlternateContentSourceResponse.md