Sha256: eaa84a6550d824fd616e55aa60fd2fa3df8a51b1f33eb3ed61e9704663e837e4
Contents?: true
Size: 591 Bytes
Versions: 2
Compression:
Stored size: 591 Bytes
Contents
# PulpFileClient::CompositeContentGuard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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 'PulpFileClient' instance = PulpFileClient::CompositeContentGuard.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/CompositeContentGuard.md |
pulp_file_client-3.49.14 | docs/CompositeContentGuard.md |