Method: PulpFileClient::PatchedfileFileDistribution.openapi_types

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

.openapi_typesObject

Attribute type mapping.



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

def self.openapi_types
  {
    :'base_path' => :'String',
    :'content_guard' => :'String',
    :'pulp_labels' => :'Object',
    :'name' => :'String',
    :'repository' => :'String',
    :'publication' => :'String'
  }
end