Sha256: d8fdaf3dafb2b7e53d43a8d49dcd0b0236f19c28d9413282c7ea63a8950af376

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

# PulpFileClient::FileDistribution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_href** | **String** |  | [optional] 
**_created** | **DateTime** | Timestamp of creation. | [optional] 
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that                     overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | 
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] 
**content_guard** | **String** | An optional content-guard. | [optional] 
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | 
**publication** | **String** | Publication to be served | [optional] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::FileDistribution.new(_href: null,
                                 _created: null,
                                 base_path: null,
                                 base_url: null,
                                 content_guard: null,
                                 name: null,
                                 publication: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulp_file_client-0.1.0b3 docs/FileDistribution.md
pulp_file_client-0.1.0b2 docs/FileDistribution.md
pulp_file_client-0.1.0b1 docs/FileDistribution.md