parentId property
The parent ID of the resource counts (e.g. organization or instance ID).
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(5)
$core.String get parentId => $_getSZ(2);
Implementation
@$pb.TagNumber(5)
set parentId($core.String value) => $_setString(2, value);