Sha256: c351e030a998bab16f0ce97cfeaf4d45a8aa69f82c7b59959916dc9ff4404040

Contents?: true

Size: 1.44 KB

Versions: 8

Compression:

Stored size: 1.44 KB

Contents

# Phrase::ReleaseTrigger

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**branch** | **String** |  | [optional] 
**cron_schedule** | **String** | Cron schedule for the scheduler. Read more about the format of this field at https://en.wikipedia.org/wiki/Cron | [optional] 
**time_zone** | **String** | Time zone for the scheduler | [optional] 
**next_run_at** | **Time** | The next time a release will be created for this trigger | [optional] 
**app_min_version** | **String** |  | [optional] 
**app_max_version** | **String** |  | [optional] 
**locales** | [**Array<LocalePreview>**](LocalePreview.md) |  | [optional] 
**tags** | **Array<String>** |  | [optional] 
**created_at** | **Time** |  | [optional] 
**updated_at** | **Time** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::ReleaseTrigger.new(id: null,
                                 branch: null,
                                 cron_schedule: null,
                                 time_zone: null,
                                 next_run_at: null,
                                 app_min_version: null,
                                 app_max_version: null,
                                 locales: null,
                                 tags: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/ReleaseTrigger.md
phrase-3.7.0 docs/ReleaseTrigger.md
phrase-3.6.0 docs/ReleaseTrigger.md
phrase-3.5.0 docs/ReleaseTrigger.md
phrase-3.4.0 docs/ReleaseTrigger.md
phrase-3.3.0 docs/ReleaseTrigger.md
phrase-3.2.1 docs/ReleaseTrigger.md
phrase-3.2.0 docs/ReleaseTrigger.md