Method: Harbor2Client::Label.attribute_map
- Defined in:
- lib/harbor2_client/models/label.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'lib/harbor2_client/models/label.rb', line 42 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'description' => :'description', :'color' => :'color', :'scope' => :'scope', :'project_id' => :'project_id', :'creation_time' => :'creation_time', :'update_time' => :'update_time' } end |