Sha256: 78384545eaae79493f6a9e746fb5e33dd364abdafb05cf8179c7fd439884c1e7
Contents?: true
Size: 717 Bytes
Versions: 309
Compression:
Stored size: 717 Bytes
Contents
# PulpcoreClient::MultipleArtifactContentResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [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, pulp_created: null, artifacts: null) ```
Version data entries
309 entries across 309 versions & 1 rubygems