DescribeRegistryResponse constructor

DescribeRegistryResponse({
  1. String? registryId,
  2. ReplicationConfiguration? replicationConfiguration,
})

Implementation

DescribeRegistryResponse({
  this.registryId,
  this.replicationConfiguration,
});