Sha256: 80340f779a92aaa9be97c1bfb0d9031b9ad45edd47f8df12de7684dab4d06cbe
Contents?: true
Size: 616 Bytes
Versions: 83
Compression:
Stored size: 616 Bytes
Contents
# PulpcoreClient::PatchedCompositeContentGuard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The unique name. | [optional] **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::PatchedCompositeContentGuard.new(name: null, description: null, guards: null) ```
Version data entries
83 entries across 83 versions & 1 rubygems