Sha256: f527e6591fd89c09f04c341a8aa950041d81fd5e900c17d8d2108ab4a9440c36
Contents?: true
Size: 847 Bytes
Versions: 13
Compression:
Stored size: 847 Bytes
Contents
# PulpcoreClient::CompositeContentGuardResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [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, name: null, description: null, guards: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems