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.
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 |