Method: OryClient::ProjectMetadata.openapi_nullable
- Defined in:
- lib/ory-client/models/project_metadata.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
100 101 102 103 104 105 |
# File 'lib/ory-client/models/project_metadata.rb', line 100 def self.openapi_nullable Set.new([ :'subscription_id', :'subscription_plan', ]) end |