ListKmsConfigsResponse constructor

ListKmsConfigsResponse({
  1. List<KmsConfig>? kmsConfigs,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListKmsConfigsResponse({
  this.kmsConfigs,
  this.nextPageToken,
  this.unreachable,
});