Sha256: d4b99b4d787d6d60f6d64e848c7cea55fbcb8e0ef0d1a8138d8a059a572a81e4
Contents?: true
Size: 1.09 KB
Versions: 22
Compression:
Stored size: 1.09 KB
Contents
# PulpcoreClient::ContentGuardResponse ## 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] **name** | **String** | The unique name. | **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::ContentGuardResponse.new(pulp_href: null, prn: null, pulp_created: null, pulp_last_updated: null, name: null, description: null) ```
Version data entries
22 entries across 22 versions & 1 rubygems