Sha256: d4f4bc6679220020a215c523f2216acd85d44732af337f5fc0aa0a398e8ab046

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# PulpAnsibleClient::AnsibleRoleResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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] 
**artifact** | **String** | Artifact file representing the physical content | 
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**version** | **String** |  | 
**name** | **String** |  | 
**namespace** | **String** |  | 

## Code Sample

```ruby
require 'PulpAnsibleClient'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_ansible_client-0.22.0 docs/AnsibleRoleResponse.md