Method: OryClient::RelationQuery.attribute_map
- Defined in:
- lib/ory-client/models/relation_query.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
34 35 36 37 38 39 40 41 42 |
# File 'lib/ory-client/models/relation_query.rb', line 34 def self.attribute_map { :'namespace' => :'namespace', :'object' => :'object', :'relation' => :'relation', :'subject_id' => :'subject_id', :'subject_set' => :'subject_set' } end |