Method: Forgejo::NotificationSubject.openapi_types

Defined in:
lib/forgejo/models/notification_subject.rb

.openapi_typesObject

Attribute type mapping.



59
60
61
62
63
64
65
66
67
68
69
# File 'lib/forgejo/models/notification_subject.rb', line 59

def self.openapi_types
  {
    :'html_url' => :'String',
    :'latest_comment_html_url' => :'String',
    :'latest_comment_url' => :'String',
    :'state' => :'String',
    :'title' => :'String',
    :'type' => :'String',
    :'url' => :'String'
  }
end