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