encryptionInfo property
Output only. The encryption information for the backup.
Implementation
@$pb.TagNumber(13)
EncryptionInfo get encryptionInfo => $_getN(12);
Implementation
@$pb.TagNumber(13)
set encryptionInfo(EncryptionInfo v) {
setField(13, v);
}