FieldLevelEncryptionConfig constructor
FieldLevelEncryptionConfig({
- required String callerReference,
- String? comment,
- ContentTypeProfileConfig? contentTypeProfileConfig,
- QueryArgProfileConfig? queryArgProfileConfig,
Implementation
FieldLevelEncryptionConfig({
required this.callerReference,
this.comment,
this.contentTypeProfileConfig,
this.queryArgProfileConfig,
});