Sha256: 38a20a2fe8bd5342954fe405e8b825fba9753f6041b393536a7dab16bc1c8861

Contents?: true

Size: 531 Bytes

Versions: 2

Compression:

Stored size: 531 Bytes

Contents

# PulpFileClient::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 'PulpFileClient'

instance = PulpFileClient::ContentSettingsResponse.new(content_origin: null,
                                 content_path_prefix: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/ContentSettingsResponse.md
pulp_file_client-3.49.14 docs/ContentSettingsResponse.md