Method: Harbor1Client::Search.swagger_types

Defined in:
lib/harbor1_client/models/search.rb

.swagger_typesObject

Attribute type mapping.



36
37
38
39
40
41
42
# File 'lib/harbor1_client/models/search.rb', line 36

def self.swagger_types
  {
    :'project' => :'Array<Project>',
    :'repository' => :'Array<SearchRepository>',
    :'chart' => :'Array<SearchResult>'
  }
end