totalOrganizationUsage property
- @TagNumber(9)
The total number of organizations using this module
Implementation
@$pb.TagNumber(9)
$fixnum.Int64 get totalOrganizationUsage => $_getI64(8);
- @TagNumber(9)
Implementation
@$pb.TagNumber(9)
set totalOrganizationUsage($fixnum.Int64 v) { $_setInt64(8, v); }