totalOrganizationUsage property

  1. @TagNumber(9)
Int64 totalOrganizationUsage

The total number of organizations using this module

Implementation

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

Implementation

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