Sha256: e73c4d83267c9d23e353364c8085a4933aa05e2d63d1d5baf08c081563ee8a5a

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

# PulpAnsibleClient::AnsibleRoleResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**artifact** | **String** | Artifact file representing the physical content | 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] 
**version** | **String** |  | 
**name** | **String** |  | 
**namespace** | **String** |  | 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
                                 prn: null,
                                 pulp_created: null,
                                 artifact: null,
                                 pulp_last_updated: null,
                                 version: null,
                                 name: null,
                                 namespace: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_ansible_client-0.23.1 docs/AnsibleRoleResponse.md