Sha256: 8dff4b6f66a2e57b9d3772e512ab4c24880bf2222f7b157a9c4417077177d615
Contents?: true
Size: 677 Bytes
Versions: 309
Compression:
Stored size: 677 Bytes
Contents
# PulpcoreClient::ContentGuardResponse ## 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] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::ContentGuardResponse.new(pulp_href: null, pulp_created: null, name: null, description: null) ```
Version data entries
309 entries across 309 versions & 1 rubygems