# PulpContainerClient::RemoveSignatures

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**signed_with_key_id** | **String** | key_id of the key the signatures were produced with | 

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::RemoveSignatures.new(signed_with_key_id: null)
```