Sha256: 83696b95e5f58b0740475c0064ae74b6f7e634eedc495953abd8f7e7d976d7b0
Contents?: true
Size: 1.56 KB
Versions: 45
Compression:
Stored size: 1.56 KB
Contents
# PulpAnsibleClient::AnsibleAnsibleDistributionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | **content_guard** | **String** | An optional content-guard. | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **repository_version** | **String** | RepositoryVersion to be served | [optional] **client_url** | **String** | The URL of a Collection content source. | [optional] [readonly] **pulp_labels** | **Hash<String, String>** | | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleAnsibleDistributionResponse.new(pulp_href: null, pulp_created: null, base_path: null, content_guard: null, name: null, repository: null, repository_version: null, client_url: null, pulp_labels: null) ```
Version data entries
45 entries across 45 versions & 1 rubygems