Method: Notifo::ChannelSettingDto.openapi_nullable

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

.openapi_nullableObject

List of attributes with nullable: true



51
52
53
54
55
56
# File 'lib/notifo/models/channel_setting_dto.rb', line 51

def self.openapi_nullable
  Set.new([
    :'delay_in_seconds',
    :'template',
  ])
end