GoogleCloudDataplexV1ListEncryptionConfigsResponse constructor

GoogleCloudDataplexV1ListEncryptionConfigsResponse({
  1. List<GoogleCloudDataplexV1EncryptionConfig>? encryptionConfigs,
  2. String? nextPageToken,
  3. List<String>? unreachableLocations,
})

Implementation

GoogleCloudDataplexV1ListEncryptionConfigsResponse({
  this.encryptionConfigs,
  this.nextPageToken,
  this.unreachableLocations,
});