Method: Notifo::UpdateIntegrationDto.openapi_nullable
- Defined in:
- lib/notifo/models/update_integration_dto.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
54 55 56 57 58 59 60 61 |
# File 'lib/notifo/models/update_integration_dto.rb', line 54 def self.openapi_nullable Set.new([ :'enabled', :'test', :'condition', :'priority' ]) end |