Method: Forgejo::IssueFormField.openapi_types
- Defined in:
- lib/forgejo/models/issue_form_field.rb
.openapi_types ⇒ Object
Attribute type mapping.
51 52 53 54 55 56 57 58 59 |
# File 'lib/forgejo/models/issue_form_field.rb', line 51 def self.openapi_types { :'attributes' => :'Hash<String, Object>', :'id' => :'String', :'type' => :'String', :'validations' => :'Hash<String, Object>', :'visible' => :'Array<String>' } end |