podCount property
Output only. The total number of Kubernetes Pods contained in the Backup.
Implementation
@$pb.TagNumber(26)
$core.int get podCount => $_getIZ(25);
Implementation
@$pb.TagNumber(26)
set podCount($core.int v) {
$_setSignedInt32(25, v);
}