Method: Plaid::ProtectEvent.openapi_nullable
- Defined in:
- lib/plaid/models/protect_event.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
62 63 64 65 66 67 68 |
# File 'lib/plaid/models/protect_event.rb', line 62 def self.openapi_nullable Set.new([ :'app_visit', :'user_sign_in', :'user_sign_up' ]) end |