Method: OryClient::SubjectSet.openapi_types

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

.openapi_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
# File 'lib/ory-client/models/subject_set.rb', line 42

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