organizationId property
OrganizationID is the unique identifier of the organization to which the group belongs.
Implementation
@$pb.TagNumber(2)
$core.String get organizationId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set organizationId($core.String value) => $_setString(1, value);