Sha256: 9bad3b8cabb6c4109ab0e289b38f2f1bc7b6711a5f80342444c7c08b0d1fb792

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 KB

Contents

# PulpFileClient::ArtifactDistributionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly] 
**pulp_labels** | **Hash<String, String>** |  | [optional] 
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | 
**pulp_href** | **String** |  | [optional] [readonly] 
**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\") | 
**content_guard** | **String** | An optional content-guard. | [optional] 
**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] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::ArtifactDistributionResponse.new(hidden: null,
                                 base_url: null,
                                 pulp_labels: null,
                                 name: null,
                                 pulp_href: null,
                                 base_path: null,
                                 content_guard: null,
                                 pulp_last_updated: null,
                                 pulp_created: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_file_client-3.49.14 docs/ArtifactDistributionResponse.md