Sha256: 4312c1340320a73f231768752d2b6c815c499fd8ea2521c3f8c2ae182df1e6d5
Contents?: true
Size: 707 Bytes
Versions: 239
Compression:
Stored size: 707 Bytes
Contents
# PulpcoreClient::ContentRedirectContentGuardResponse ## 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::ContentRedirectContentGuardResponse.new(pulp_href: null, pulp_created: null, name: null, description: null) ```
Version data entries
239 entries across 239 versions & 1 rubygems