Sha256: ebaf4075d18223945d364d3ccaf42d14bd82e361e4bb6db2881f2b3111ef56e2

Contents?: true

Size: 1.35 KB

Versions: 47

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

47 entries across 47 versions & 1 rubygems

Version Path
pulp_file_client-3.49.25 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.24 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.23 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.22 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.21 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.62.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.20 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.61.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.60.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.19 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.59.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.18 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.58.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.17 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.57.1 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.57.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.49.16 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.56.1 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.56.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.55.3 docs/FileFileAlternateContentSourceResponse.md