configBackupSizeBytes property
- @TagNumber.new(27)
Output only. The size of the config backup in bytes.
Implementation
@$pb.TagNumber(27)
$fixnum.Int64 get configBackupSizeBytes => $_getI64(26);
- @TagNumber.new(27)
Implementation
@$pb.TagNumber(27)
set configBackupSizeBytes($fixnum.Int64 v) {
$_setInt64(26, v);
}