resourcesFailedCount property

  1. @TagNumber.new(15)
int get resourcesFailedCount

Output only. Number of resources that failed to be restored during the restore execution.

Implementation

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

Implementation

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