Method: PulpcoreClient::ContentOpenpgpUserattributeApi#unset_label

Defined in:
lib/pulpcore_client/api/content_openpgp_userattribute_api.rb

#unset_label(open_p_g_p_user_attribute_href, unset_label, opts = {}) ⇒ UnsetLabelResponse

Unset a label Unset a single pulp_label on the object.

Parameters:

  • open_p_g_p_user_attribute_href (String)
  • unset_label (UnsetLabel)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



277
278
279
280
# File 'lib/pulpcore_client/api/content_openpgp_userattribute_api.rb', line 277

def unset_label(open_p_g_p_user_attribute_href, unset_label, opts = {})
  data, _status_code, _headers = unset_label_with_http_info(open_p_g_p_user_attribute_href, unset_label, opts)
  data
end