Method: PulpcoreClient::DistributionsOpenpgpApi#unset_label

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

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

Unset a label Unset a single pulp_label on the object.

Parameters:

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

    the optional parameters

Returns:


473
474
475
476
# File 'lib/pulpcore_client/api/distributions_openpgp_api.rb', line 473

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