Sha256: e23e5d72b14fc051d15e2cdcf4b8c81277c749b54c56e64d9d98c3a3e01e48af
Contents?: true
Size: 531 Bytes
Versions: 218
Compression:
Stored size: 531 Bytes
Contents
# PulpcoreClient::ContentSettingsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content_origin** | **String** | The CONTENT_ORIGIN setting for this Pulp instance | **content_path_prefix** | **String** | The CONTENT_PATH_PREFIX setting for this Pulp instance | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::ContentSettingsResponse.new(content_origin: null, content_path_prefix: null) ```
Version data entries
218 entries across 218 versions & 1 rubygems