Method: PulpcoreClient::ContentOpenpgpUserattributeApi#set_label

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

#set_label(open_p_g_p_user_attribute_href, set_label, opts = {}) ⇒ SetLabelResponse

Set a label Set a single pulp_label on the object to a specific value or null.

Parameters:

  • open_p_g_p_user_attribute_href (String)
  • set_label (SetLabel)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



203
204
205
206
# File 'lib/pulpcore_client/api/content_openpgp_userattribute_api.rb', line 203

def set_label(open_p_g_p_user_attribute_href, set_label, opts = {})
  data, _status_code, _headers = set_label_with_http_info(open_p_g_p_user_attribute_href, set_label, opts)
  data
end