encryptionInfo property

  1. @TagNumber(13)
EncryptionInfo get encryptionInfo

Output only. The encryption information for the backup.

Implementation

@$pb.TagNumber(13)
EncryptionInfo get encryptionInfo => $_getN(12);
  1. @TagNumber(13)
set encryptionInfo (EncryptionInfo v)

Implementation

@$pb.TagNumber(13)
set encryptionInfo(EncryptionInfo v) { setField(13, v); }