Sha256: 0d920d493d26866df55b8e0f3d525bcc8729bcec486056aaa64148bc9f9ac002
Contents?: true
Size: 1.27 KB
Versions: 10
Compression:
Stored size: 1.27 KB
Contents
# PulpAnsibleClient::CollectionMetadata ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **authors** | **Array<String>** | | [optional] [readonly] **contents** | [**Object**](.md) | | [optional] [readonly] **dependencies** | [**Object**](.md) | | [optional] [readonly] **description** | **String** | | [optional] [readonly] **documentation** | **String** | | [optional] [readonly] **homepage** | **String** | | [optional] [readonly] **issues** | **String** | | [optional] [readonly] **license** | **Array<String>** | | [optional] [readonly] **repository** | **String** | | [optional] [readonly] **tags** | **Array<String>** | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::CollectionMetadata.new(authors: null, contents: null, dependencies: null, description: null, documentation: null, homepage: null, issues: null, license: null, repository: null, tags: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems