Method: OryClient::RelationQuery.openapi_types
- Defined in:
- lib/ory-client/models/relation_query.rb
.openapi_types ⇒ Object
Attribute type mapping.
50 51 52 53 54 55 56 57 58 |
# File 'lib/ory-client/models/relation_query.rb', line 50 def self.openapi_types { :'namespace' => :'String', :'object' => :'String', :'relation' => :'String', :'subject_id' => :'String', :'subject_set' => :'SubjectSet' } end |