organizationIdQuery property

  1. @TagNumber(5)
OrganizationIDQuery get organizationIdQuery

Limit the result to a specific organization.

Implementation

@$pb.TagNumber(5)
OrganizationIDQuery get organizationIdQuery => $_getN(4);
  1. @TagNumber(5)
set organizationIdQuery (OrganizationIDQuery v)

Implementation

@$pb.TagNumber(5)
set organizationIdQuery(OrganizationIDQuery v) { setField(5, v); }