totalExternalRobotUsage property

  1. @TagNumber(13)
Int64 totalExternalRobotUsage

The total number of robots using this item outside of the owning org

Implementation

@$pb.TagNumber(13)
$fixnum.Int64 get totalExternalRobotUsage => $_getI64(12);
  1. @TagNumber(13)
void totalExternalRobotUsage=(Int64 v)

Implementation

@$pb.TagNumber(13)
set totalExternalRobotUsage($fixnum.Int64 v) { $_setInt64(12, v); }