organizationId property
- @TagNumber(10)
The id of the organization that owns the module
Implementation
@$pb.TagNumber(10)
$core.String get organizationId => $_getSZ(9);
- @TagNumber(10)
Implementation
@$pb.TagNumber(10)
set organizationId($core.String v) { $_setString(9, v); }