Sha256: 5df3a1605224c83d9717d2d18aa559852c7525708fd9bf37316998d15f73f45a

Contents?: true

Size: 1.41 KB

Versions: 54

Compression:

Stored size: 1.41 KB

Contents

# PulpFileClient::FileFilePublicationResponse

## 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] 
**repository_version** | **String** |  | [optional] 
**repository** | **String** | A URI of the repository to be published. | [optional] 
**distributions** | **Array<String>** | This publication is currently hosted as defined by these distributions. | [optional] [readonly] 
**manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional] [default to 'PULP_MANIFEST']

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::FileFilePublicationResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 repository_version: null,
                                 repository: null,
                                 distributions: null,
                                 manifest: null)
```


Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
pulp_file_client-3.49.32 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.31 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.30 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.29 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.28 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.27 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.26 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.25 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.24 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.23 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.22 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.21 docs/FileFilePublicationResponse.md
pulp_file_client-3.62.0 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.20 docs/FileFilePublicationResponse.md
pulp_file_client-3.61.0 docs/FileFilePublicationResponse.md
pulp_file_client-3.60.0 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.19 docs/FileFilePublicationResponse.md
pulp_file_client-3.59.0 docs/FileFilePublicationResponse.md
pulp_file_client-3.49.18 docs/FileFilePublicationResponse.md
pulp_file_client-3.58.0 docs/FileFilePublicationResponse.md