Method: Notifo::SchedulingDto.attribute_map

Defined in:
lib/notifo/models/scheduling_dto.rb

.attribute_mapObject

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



27
28
29
30
31
32
33
34
# File 'lib/notifo/models/scheduling_dto.rb', line 27

def self.attribute_map
  {
    :'type' => :'type',
    :'next_week_day' => :'nextWeekDay',
    :'date' => :'date',
    :'time' => :'time'
  }
end