Method: Phrase::ReleaseTrigger.attribute_map

Defined in:
lib/phrase/models/release_trigger.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# File 'lib/phrase/models/release_trigger.rb', line 31

def self.attribute_map
  {
    :'id' => :'id',
    :'branch' => :'branch',
    :'cron_schedule' => :'cron_schedule',
    :'time_zone' => :'time_zone',
    :'next_run_at' => :'next_run_at',
    :'app_min_version' => :'app_min_version',
    :'app_max_version' => :'app_max_version',
    :'locales' => :'locales',
    :'tags' => :'tags',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at'
  }
end