Method: Harbor2Client::Artifact.attribute_map

Defined in:
lib/harbor2_client/models/artifact.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# File 'lib/harbor2_client/models/artifact.rb', line 66

def self.attribute_map
  {
    :'id' => :'id',
    :'type' => :'type',
    :'media_type' => :'media_type',
    :'manifest_media_type' => :'manifest_media_type',
    :'project_id' => :'project_id',
    :'repository_id' => :'repository_id',
    :'digest' => :'digest',
    :'size' => :'size',
    :'icon' => :'icon',
    :'push_time' => :'push_time',
    :'pull_time' => :'pull_time',
    :'extra_attrs' => :'extra_attrs',
    :'annotations' => :'annotations',
    :'references' => :'references',
    :'tags' => :'tags',
    :'addition_links' => :'addition_links',
    :'labels' => :'labels',
    :'scan_overview' => :'scan_overview'
  }
end