organizationId property
- @TagNumber(1)
Optional organization ID. If no value is set it will search among all the organanizations the caller has access to
Implementation
@$pb.TagNumber(1)
$core.String get organizationId => $_getSZ(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set organizationId($core.String v) { $_setString(0, v); }