Sha256: d92ee7c4e6d741edc3fe753dad6f28e1381ac64825fd9382fd0c1ae6ae755f3f
Contents?: true
Size: 616 Bytes
Versions: 2
Compression:
Stored size: 616 Bytes
Contents
# PulpFileClient::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 'PulpFileClient' instance = PulpFileClient::PatchedCompositeContentGuard.new(name: null, description: null, guards: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PatchedCompositeContentGuard.md |
pulp_file_client-3.49.14 | docs/PatchedCompositeContentGuard.md |