Method: Forgejo::CreatePullRequestOption.openapi_types
- Defined in:
- lib/forgejo/models/create_pull_request_option.rb
.openapi_types ⇒ Object
Attribute type mapping.
63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'lib/forgejo/models/create_pull_request_option.rb', line 63 def self.openapi_types { :'assignee' => :'String', :'assignees' => :'Array<String>', :'base' => :'String', :'body' => :'String', :'due_date' => :'Time', :'head' => :'String', :'labels' => :'Array<Integer>', :'milestone' => :'Integer', :'title' => :'String' } end |