Method: Harbor2Client::Label.swagger_types
- Defined in:
- lib/harbor2_client/models/label.rb
.swagger_types ⇒ Object
Attribute type mapping.
56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/harbor2_client/models/label.rb', line 56 def self.swagger_types { :'id' => :'Integer', :'name' => :'String', :'description' => :'String', :'color' => :'String', :'scope' => :'String', :'project_id' => :'Integer', :'creation_time' => :'DateTime', :'update_time' => :'DateTime' } end |