totalOrganizationUsage property

  1. @TagNumber(10)
Int64 get totalOrganizationUsage

The total number of organizations using this item

Implementation

@$pb.TagNumber(10)
$fixnum.Int64 get totalOrganizationUsage => $_getI64(9);
  1. @TagNumber(10)
set totalOrganizationUsage (Int64 v)

Implementation

@$pb.TagNumber(10)
set totalOrganizationUsage($fixnum.Int64 v) { $_setInt64(9, v); }