Sha256: d492a529be7f26d13c11e56862d89eb28154df3469204dfeb5e1806c1eec66d2
Contents?: true
Size: 1.26 KB
Versions: 11
Compression:
Stored size: 1.26 KB
Contents
# PulpcoreClient::CompositeContentGuardResponse ## 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] **guards** | **Array<String>** | List of ContentGuards to ask for access-permission. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::CompositeContentGuardResponse.new(pulp_href: null, prn: null, pulp_created: null, pulp_last_updated: null, name: null, description: null, guards: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems