Method: Algolia::Ingestion::AuthenticationUpdate.openapi_nullable
- Defined in:
- lib/algolia/models/ingestion/authentication_update.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
45 46 47 48 49 50 51 |
# File 'lib/algolia/models/ingestion/authentication_update.rb', line 45 def self.openapi_nullable Set.new( [ :platform ] ) end |