Sha256: 53739c6627633942bb95b6a6791bc13a4e97dc8c17c52c34e7de0bafc81cd7f4
Contents?: true
Size: 1.14 KB
Versions: 10
Compression:
Stored size: 1.14 KB
Contents
# PulpMavenClient::MavenMavenArtifactResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **artifact** | **String** | Artifact file representing the physical content | **group_id** | **String** | Group Id of the artifact's package. | [optional] [readonly] **artifact_id** | **String** | Artifact Id of the artifact's package. | [optional] [readonly] **version** | **String** | Version of the artifact's package. | [optional] [readonly] **filename** | **String** | Filename of the artifact. | [optional] [readonly] ## Code Sample ```ruby require 'PulpMavenClient' instance = PulpMavenClient::MavenMavenArtifactResponse.new(pulp_href: null, pulp_created: null, artifact: null, group_id: null, artifact_id: null, version: null, filename: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems