Method: Forgejo::TagProtection.attribute_map
- Defined in:
- lib/forgejo/models/tag_protection.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
32 33 34 35 36 37 38 39 40 41 |
# File 'lib/forgejo/models/tag_protection.rb', line 32 def self.attribute_map { :'created_at' => :'created_at', :'id' => :'id', :'name_pattern' => :'name_pattern', :'updated_at' => :'updated_at', :'whitelist_teams' => :'whitelist_teams', :'whitelist_usernames' => :'whitelist_usernames' } end |