organizationIdQuery property
Limit the result to a specific organization.
Implementation
@$pb.TagNumber(5)
OrganizationIDQuery get organizationIdQuery => $_getN(4);
Implementation
@$pb.TagNumber(5)
set organizationIdQuery(OrganizationIDQuery v) { setField(5, v); }