PutRegistryPolicyResponse constructor

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

Implementation

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