DeleteRegistryPolicyResponse constructor

DeleteRegistryPolicyResponse({
  1. String? policyText,
  2. String? registryId,
})

Implementation

DeleteRegistryPolicyResponse({
  this.policyText,
  this.registryId,
});