Method: PulpcoreClient::ContentOpenpgpPublickeyApi#set_label
- Defined in:
- lib/pulpcore_client/api/content_openpgp_publickey_api.rb
#set_label(open_p_g_p_public_key_href, set_label, opts = {}) ⇒ SetLabelResponse
Set a label Set a single pulp_label on the object to a specific value or null.
284 285 286 287 |
# File 'lib/pulpcore_client/api/content_openpgp_publickey_api.rb', line 284 def set_label(open_p_g_p_public_key_href, set_label, opts = {}) data, _status_code, _headers = set_label_with_http_info(open_p_g_p_public_key_href, set_label, opts) data end |