Method: Notifo::ChannelSettingDto.openapi_types

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

.openapi_typesObject

Attribute type mapping.



40
41
42
43
44
45
46
47
48
# File 'lib/notifo/models/channel_setting_dto.rb', line 40

def self.openapi_types
  {
    :'send' => :'Object',
    :'condition' => :'Object',
    :'delay_in_seconds' => :'Object',
    :'template' => :'Object',
    :'properties' => :'Object'
  }
end