ReplicaStatus constructor

ReplicaStatus({
  1. CustomerManagedEncryptionStatus? customerManagedEncryption,
  2. String? location,
})

Implementation

ReplicaStatus({this.customerManagedEncryption, this.location});