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

Version Path
pulp_maven_client-0.8.0 docs/MavenMavenArtifactResponse.md
pulp_maven_client-0.7.0 docs/MavenMavenArtifactResponse.md
pulp_maven_client-0.6.0 docs/MavenMavenArtifactResponse.md
pulp_maven_client-0.5.0 docs/MavenMavenArtifactResponse.md
pulp_maven_client-0.4.0 docs/MavenMavenArtifactResponse.md
pulp_maven_client-0.3.3 docs/MavenMavenArtifactResponse.md
pulp_maven_client-0.3.2 docs/MavenMavenArtifactResponse.md
pulp_maven_client-0.3.1 docs/MavenMavenArtifactResponse.md
pulp_maven_client-0.3.0 docs/MavenMavenArtifactResponse.md
pulp_maven_client-0.2.0 docs/MavenMavenArtifactResponse.md