Method: Notifo::ChannelSendInfoDto.openapi_nullable
- Defined in:
- lib/notifo/models/channel_send_info_dto.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
62 63 64 65 66 67 68 69 |
# File 'lib/notifo/models/channel_send_info_dto.rb', line 62 def self.openapi_nullable Set.new([ :'detail', :'first_delivered', :'first_seen', :'first_confirmed' ]) end |