resourcesExcludedCount property

  1. @TagNumber.new(14)
int get resourcesExcludedCount

Output only. Number of resources excluded during the restore execution.

Implementation

@$pb.TagNumber(14)
$core.int get resourcesExcludedCount => $_getIZ(13);
  1. @TagNumber.new(14)
set resourcesExcludedCount (int v)

Implementation

@$pb.TagNumber(14)
set resourcesExcludedCount($core.int v) {
  $_setSignedInt32(13, v);
}