Method: PulpFileClient::FileFilePublicationResponse.openapi_types

Defined in:
lib/pulp_file_client/models/file_file_publication_response.rb

.openapi_typesObject

Attribute type mapping.



47
48
49
50
51
52
53
54
55
56
# File 'lib/pulp_file_client/models/file_file_publication_response.rb', line 47

def self.openapi_types
  {
    :'pulp_href' => :'String',
    :'pulp_created' => :'DateTime',
    :'repository_version' => :'String',
    :'repository' => :'String',
    :'distributions' => :'Array<String>',
    :'manifest' => :'String'
  }
end