Sha256: fb1dbc3b7bcb17b55cd5b316c8940bbe2303e8ca32b7115b3fd465279d8eaf47

Contents?: true

Size: 1.47 KB

Versions: 25

Compression:

Stored size: 1.47 KB

Contents

# PulpFileClient::FileFileAlternateContentSourceResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [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,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 name: null,
                                 last_refreshed: null,
                                 paths: null,
                                 remote: null)
```


Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
pulp_file_client-3.63.12 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.63.11 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.63.10 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.63.9 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.69.2 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.63.8 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.69.1 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.63.7 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.63.6 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.69.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.63.5 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.68.2 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.63.4 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.68.1 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.63.3 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.68.0 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.67.1 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.63.2 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.66.1 docs/FileFileAlternateContentSourceResponse.md
pulp_file_client-3.67.0 docs/FileFileAlternateContentSourceResponse.md