Sha256: 4251a382a5f9785e8d91d238fb7885894ea5c2562566aca6db8975deffb0c734
Contents?: true
Size: 1.14 KB
Versions: 54
Compression:
Stored size: 1.14 KB
Contents
# PulpcoreClient::CompositeContentGuardResponse ## 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] **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, pulp_created: null, pulp_last_updated: null, name: null, description: null, guards: null) ```
Version data entries
54 entries across 54 versions & 1 rubygems