Sha256: b57026ab580cd73a33fd7a84f04b9081162b26d3cfce0d91e5905eed666d0a3a

Contents?: true

Size: 1.54 KB

Versions: 18

Compression:

Stored size: 1.54 KB

Contents

# PulpcoreClient::TaskScheduleResponse

## 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] 
**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] 
**name** | **String** | The name of the task schedule. | 
**task_name** | **String** | The name of the task to be scheduled. | 
**dispatch_interval** | **String** | Periodicity of the schedule. | 
**next_dispatch** | **DateTime** | Timestamp of the next time the task will be dispatched. | [optional] [readonly] 
**last_task** | **String** | The last task dispatched by this schedule. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::TaskScheduleResponse.new(pulp_href: null,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 name: null,
                                 task_name: null,
                                 dispatch_interval: null,
                                 next_dispatch: null,
                                 last_task: null)
```


Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
pulpcore_client-3.63.7 docs/TaskScheduleResponse.md
pulpcore_client-3.63.6 docs/TaskScheduleResponse.md
pulpcore_client-3.69.0 docs/TaskScheduleResponse.md
pulpcore_client-3.63.5 docs/TaskScheduleResponse.md
pulpcore_client-3.68.2 docs/TaskScheduleResponse.md
pulpcore_client-3.63.4 docs/TaskScheduleResponse.md
pulpcore_client-3.68.1 docs/TaskScheduleResponse.md
pulpcore_client-3.63.3 docs/TaskScheduleResponse.md
pulpcore_client-3.68.0 docs/TaskScheduleResponse.md
pulpcore_client-3.67.1 docs/TaskScheduleResponse.md
pulpcore_client-3.63.2 docs/TaskScheduleResponse.md
pulpcore_client-3.66.1 docs/TaskScheduleResponse.md
pulpcore_client-3.67.0 docs/TaskScheduleResponse.md
pulpcore_client-3.63.1 docs/TaskScheduleResponse.md
pulpcore_client-3.66.0 docs/TaskScheduleResponse.md
pulpcore_client-3.65.0 docs/TaskScheduleResponse.md
pulpcore_client-3.64.0 docs/TaskScheduleResponse.md
pulpcore_client-3.63.0 docs/TaskScheduleResponse.md