Sha256: 1c6883f2f2a12112402d7b9353276008717a70b099e17dedef76dad0099b4973

Contents?: true

Size: 1.42 KB

Versions: 2

Compression:

Stored size: 1.42 KB

Contents

# PulpFileClient::TaskScheduleResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [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 'PulpFileClient'

instance = PulpFileClient::TaskScheduleResponse.new(pulp_href: 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

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/TaskScheduleResponse.md
pulp_file_client-3.49.14 docs/TaskScheduleResponse.md