Method: Notifo::UpdateIntegrationDto.openapi_types

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

.openapi_typesObject

Attribute type mapping.



43
44
45
46
47
48
49
50
51
# File 'lib/notifo/models/update_integration_dto.rb', line 43

def self.openapi_types
  {
    :'properties' => :'Object',
    :'enabled' => :'Object',
    :'test' => :'Object',
    :'condition' => :'Object',
    :'priority' => :'Object'
  }
end