CmekSettings constructor

CmekSettings({
  1. String? kmsKey,
  2. String? kmsKeyVersion,
  3. String? serviceAccountId,
})

Implementation

CmekSettings({this.kmsKey, this.kmsKeyVersion, this.serviceAccountId});