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