parentType property
The parent type of the resource counts (e.g. organization or instance).
For example, reporting the amount of users per organization would use
COUNT_PARENT_TYPE_ORGANIZATION as parent type and the organization ID as parent ID.
Implementation
@$pb.TagNumber(4)
CountParentType get parentType => $_getN(1);
Implementation
@$pb.TagNumber(4)
set parentType(CountParentType value) => $_setField(4, value);