Sha256: ee7df091ed1d3238f516f537b56e26b07fb20eda7a2522b07c0e7c424334216c

Contents?: true

Size: 1.13 KB

Versions: 11

Compression:

Stored size: 1.13 KB

Contents

# PulpcoreClient::MultipleArtifactContentResponse

## 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] 
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::MultipleArtifactContentResponse.new(pulp_href: null,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 artifacts: null)
```


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pulpcore_client-3.63.3 docs/MultipleArtifactContentResponse.md
pulpcore_client-3.68.0 docs/MultipleArtifactContentResponse.md
pulpcore_client-3.67.1 docs/MultipleArtifactContentResponse.md
pulpcore_client-3.63.2 docs/MultipleArtifactContentResponse.md
pulpcore_client-3.66.1 docs/MultipleArtifactContentResponse.md
pulpcore_client-3.67.0 docs/MultipleArtifactContentResponse.md
pulpcore_client-3.63.1 docs/MultipleArtifactContentResponse.md
pulpcore_client-3.66.0 docs/MultipleArtifactContentResponse.md
pulpcore_client-3.65.0 docs/MultipleArtifactContentResponse.md
pulpcore_client-3.64.0 docs/MultipleArtifactContentResponse.md
pulpcore_client-3.63.0 docs/MultipleArtifactContentResponse.md