Method: OryClient::RelationshipPatch.openapi_types

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

.openapi_typesObject

Attribute type mapping.



64
65
66
67
68
69
# File 'lib/ory-client/models/relationship_patch.rb', line 64

def self.openapi_types
  {
    :'action' => :'String',
    :'relation_tuple' => :'Relationship'
  }
end