Method: OryClient::UiText.openapi_types

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

.openapi_typesObject

Attribute type mapping.



67
68
69
70
71
72
73
74
# File 'lib/ory-client/models/ui_text.rb', line 67

def self.openapi_types
  {
    :'context' => :'Object',
    :'id' => :'Integer',
    :'text' => :'String',
    :'type' => :'String'
  }
end