Method: Harbor2Client::Artifact.swagger_types
- Defined in:
- lib/harbor2_client/models/artifact.rb
.swagger_types ⇒ Object
Attribute type mapping.
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/harbor2_client/models/artifact.rb', line 90 def self.swagger_types { :'id' => :'Integer', :'type' => :'String', :'media_type' => :'String', :'manifest_media_type' => :'String', :'project_id' => :'Integer', :'repository_id' => :'Integer', :'digest' => :'String', :'size' => :'Integer', :'icon' => :'String', :'push_time' => :'DateTime', :'pull_time' => :'DateTime', :'extra_attrs' => :'ExtraAttrs', :'annotations' => :'Annotations', :'references' => :'Array<Reference>', :'tags' => :'Array<Tag>', :'addition_links' => :'AdditionLinks', :'labels' => :'Array<Label>', :'scan_overview' => :'ScanOverview' } end |