示例#1
0
 /**
  * Use this API to unset the properties of dnskey resource. Properties that need to be unset are
  * specified in args array.
  */
 public static base_response unset(nitro_service client, dnskey resource, String[] args)
     throws Exception {
   dnskey unsetresource = new dnskey();
   unsetresource.keyname = resource.keyname;
   return unsetresource.unset_resource(client, args);
 }