PulpRpmClient::RpmRpmPublicationResponse

Properties

Name Type Description Notes
pulp_href String [optional] [readonly]
pulp_created DateTime Timestamp of creation. [optional] [readonly]
repository_version String [optional]
repository String A URI of the repository to be published. [optional]
metadata_checksum_type MetadataChecksumTypeEnum The checksum type for metadata. [optional]
package_checksum_type PackageChecksumTypeEnum The checksum type for packages. [optional]

Code Sample

require 'PulpRpmClient'

instance = PulpRpmClient::RpmRpmPublicationResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 repository_version: null,
                                 repository: null,
                                 metadata_checksum_type: null,
                                 package_checksum_type: null)