organizationId property

  1. @TagNumber.new(6)
String get organizationId

The id of the organization the user belongs to.

Implementation

@$pb.TagNumber(6)
$core.String get organizationId => $_getSZ(4);
  1. @TagNumber.new(6)
set organizationId (String value)

Implementation

@$pb.TagNumber(6)
set organizationId($core.String value) => $_setString(4, value);