Method: OryClient::NormalizedProject.openapi_nullable
- Defined in:
- lib/ory-client/models/normalized_project.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
108 109 110 111 112 113 114 |
# File 'lib/ory-client/models/normalized_project.rb', line 108 def self.openapi_nullable Set.new([ :'subscription_id', :'subscription_plan', :'workspace_id' ]) end |