GoogleCloudDataplexV1ListEncryptionConfigsResponse constructor
GoogleCloudDataplexV1ListEncryptionConfigsResponse({
- List<
GoogleCloudDataplexV1EncryptionConfig> ? encryptionConfigs, - String? nextPageToken,
- List<
String> ? unreachableLocations,
Implementation
GoogleCloudDataplexV1ListEncryptionConfigsResponse({
this.encryptionConfigs,
this.nextPageToken,
this.unreachableLocations,
});