Method: OryClient::UiNode.openapi_types
- Defined in:
- lib/ory-client/models/ui_node.rb
.openapi_types ⇒ Object
Attribute type mapping.
70 71 72 73 74 75 76 77 78 |
# File 'lib/ory-client/models/ui_node.rb', line 70 def self.openapi_types { :'attributes' => :'UiNodeAttributes', :'group' => :'String', :'messages' => :'Array<UiText>', :'meta' => :'UiNodeMeta', :'type' => :'String' } end |