Method: OryClient::SubjectSet.attribute_map

Defined in:
lib/ory-client/models/subject_set.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



28
29
30
31
32
33
34
# File 'lib/ory-client/models/subject_set.rb', line 28

def self.attribute_map
  {
    :'namespace' => :'namespace',
    :'object' => :'object',
    :'relation' => :'relation'
  }
end