organisation property

  1. @TagNumber(3)
Organisation organisation

deprecated: use organization (if both are set, organization will take precedence)

Implementation

@$pb.TagNumber(3)
$4.Organisation get organisation => $_getN(2);
  1. @TagNumber(3)
void organisation=(Organisation v)

Implementation

@$pb.TagNumber(3)
set organisation($4.Organisation v) { setField(3, v); }